|
|
|
@@ -2,7 +2,7 @@ plugins {
|
|
|
|
id 'com.android.application'
|
|
|
|
id 'com.android.application'
|
|
|
|
id 'org.jetbrains.kotlin.android'
|
|
|
|
id 'org.jetbrains.kotlin.android'
|
|
|
|
id 'org.jetbrains.kotlin.plugin.serialization' version '2.3.10'
|
|
|
|
id 'org.jetbrains.kotlin.plugin.serialization' version '2.3.10'
|
|
|
|
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.10'
|
|
|
|
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.20'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -93,14 +93,14 @@ android {
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
implementation 'androidx.compose.ui:ui'
|
|
|
|
implementation 'androidx.compose.ui:ui'
|
|
|
|
implementation 'androidx.compose.material3:material3:1.4.0'
|
|
|
|
implementation 'androidx.compose.material3:material3:1.4.0'
|
|
|
|
implementation 'androidx.compose.material:material:1.10.4'
|
|
|
|
implementation 'androidx.compose.material:material:1.10.5'
|
|
|
|
implementation 'androidx.compose.material:material-icons-extended:1.7.8'
|
|
|
|
implementation 'androidx.compose.material:material-icons-extended:1.7.8'
|
|
|
|
implementation 'androidx.navigation:navigation-compose:2.9.7'
|
|
|
|
implementation 'androidx.navigation:navigation-compose:2.9.7'
|
|
|
|
implementation 'androidx.preference:preference-ktx:1.2.1'
|
|
|
|
implementation 'androidx.preference:preference-ktx:1.2.1'
|
|
|
|
|
|
|
|
|
|
|
|
implementation "androidx.biometric:biometric:1.2.0-alpha05"
|
|
|
|
implementation "androidx.biometric:biometric:1.2.0-alpha05"
|
|
|
|
implementation "androidx.security:security-crypto:1.1.0"
|
|
|
|
implementation "androidx.security:security-crypto:1.1.0"
|
|
|
|
implementation "androidx.datastore:datastore-preferences:1.2.0"
|
|
|
|
implementation "androidx.datastore:datastore-preferences:1.2.1"
|
|
|
|
implementation "androidx.security:security-crypto:1.1.0"
|
|
|
|
implementation "androidx.security:security-crypto:1.1.0"
|
|
|
|
|
|
|
|
|
|
|
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
|
|
|
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
|
|
|
|
@@ -116,8 +116,8 @@ dependencies {
|
|
|
|
implementation project(":database")
|
|
|
|
implementation project(":database")
|
|
|
|
implementation project(":crypto")
|
|
|
|
implementation project(":crypto")
|
|
|
|
|
|
|
|
|
|
|
|
implementation platform('androidx.compose:compose-bom:2026.02.01')
|
|
|
|
implementation platform('androidx.compose:compose-bom:2026.03.00')
|
|
|
|
implementation 'androidx.compose.ui:ui-tooling:1.10.4'
|
|
|
|
implementation 'androidx.compose.ui:ui-tooling:1.10.5'
|
|
|
|
implementation 'androidx.compose.ui:ui-tooling-preview'
|
|
|
|
implementation 'androidx.compose.ui:ui-tooling-preview'
|
|
|
|
|
|
|
|
|
|
|
|
//Submodule
|
|
|
|
//Submodule
|
|
|
|
|