|
|
|
@@ -93,7 +93,7 @@ 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.1'
|
|
|
|
implementation 'androidx.compose.material:material:1.10.2'
|
|
|
|
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.6'
|
|
|
|
implementation 'androidx.navigation:navigation-compose:2.9.6'
|
|
|
|
implementation 'androidx.preference:preference-ktx:1.2.1'
|
|
|
|
implementation 'androidx.preference:preference-ktx:1.2.1'
|
|
|
|
@@ -105,19 +105,19 @@ dependencies {
|
|
|
|
|
|
|
|
|
|
|
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
|
|
|
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'androidx.camera:camera-lifecycle:1.5.2'
|
|
|
|
implementation 'androidx.camera:camera-lifecycle:1.5.3'
|
|
|
|
implementation 'androidx.camera:camera-view:1.5.2'
|
|
|
|
implementation 'androidx.camera:camera-view:1.5.3'
|
|
|
|
runtimeOnly 'androidx.camera:camera-camera2:1.5.2'
|
|
|
|
runtimeOnly 'androidx.camera:camera-camera2:1.5.3'
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'com.google.android.material:material:1.13.0'
|
|
|
|
implementation 'com.google.android.material:material:1.13.0'
|
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0'
|
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0'
|
|
|
|
implementation 'com.google.zxing:core:3.5.4'
|
|
|
|
implementation 'com.google.zxing:core:3.5.4'
|
|
|
|
|
|
|
|
|
|
|
|
implementation project(":database")
|
|
|
|
implementation project(":database")
|
|
|
|
implementation project(":crypto")
|
|
|
|
implementation project(":crypto")
|
|
|
|
|
|
|
|
|
|
|
|
implementation platform('androidx.compose:compose-bom:2026.01.00')
|
|
|
|
implementation platform('androidx.compose:compose-bom:2026.01.01')
|
|
|
|
implementation 'androidx.compose.ui:ui-tooling:1.10.1'
|
|
|
|
implementation 'androidx.compose.ui:ui-tooling:1.10.2'
|
|
|
|
implementation 'androidx.compose.ui:ui-tooling-preview'
|
|
|
|
implementation 'androidx.compose.ui:ui-tooling-preview'
|
|
|
|
|
|
|
|
|
|
|
|
//Submodule
|
|
|
|
//Submodule
|
|
|
|
|