Compare commits
21 Commits
28d23034b0
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| beca592f01 | |||
|
|
ecfaa44756 | ||
| 1e12c6e0db | |||
|
|
cb71570834 | ||
| 1a2d785d82 | |||
| 8e0c8b7eaa | |||
|
|
f96363306d | ||
|
|
ab32a2ecd2 | ||
| 85ae80696e | |||
|
|
41bba56d5b | ||
| 6e1466f1a3 | |||
|
|
d082c6b1bd | ||
| dfa97108d4 | |||
| ef1f4d071e | |||
|
|
9a64cd2cb6 | ||
|
|
9971360e7e | ||
| 7c30df4436 | |||
| 6bde0f2129 | |||
| 962bf1ca7c | |||
|
|
9364cced34 | ||
|
|
9916804e36 |
@@ -93,7 +93,7 @@ android {
|
||||
dependencies {
|
||||
implementation 'androidx.compose.ui:ui'
|
||||
implementation 'androidx.compose.material3:material3:1.4.0'
|
||||
implementation 'androidx.compose.material:material:1.11.0'
|
||||
implementation 'androidx.compose.material:material:1.11.1'
|
||||
implementation 'androidx.compose.material:material-icons-extended:1.7.8'
|
||||
implementation 'androidx.navigation:navigation-compose:2.9.8'
|
||||
implementation 'androidx.preference:preference-ktx:1.2.1'
|
||||
@@ -105,19 +105,19 @@ dependencies {
|
||||
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
|
||||
|
||||
implementation 'androidx.camera:camera-lifecycle:1.6.0'
|
||||
implementation 'androidx.camera:camera-view:1.6.0'
|
||||
runtimeOnly 'androidx.camera:camera-camera2:1.6.0'
|
||||
implementation 'androidx.camera:camera-lifecycle:1.6.1'
|
||||
implementation 'androidx.camera:camera-view:1.6.1'
|
||||
runtimeOnly 'androidx.camera:camera-camera2:1.6.1'
|
||||
|
||||
implementation 'com.google.android.material:material:1.13.0'
|
||||
implementation 'com.google.android.material:material:1.14.0'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0'
|
||||
implementation 'com.google.zxing:core:3.5.4'
|
||||
|
||||
implementation project(":database")
|
||||
implementation project(":crypto")
|
||||
|
||||
implementation platform('androidx.compose:compose-bom:2026.04.01')
|
||||
implementation 'androidx.compose.ui:ui-tooling:1.11.0'
|
||||
implementation platform('androidx.compose:compose-bom:2026.05.00')
|
||||
implementation 'androidx.compose.ui:ui-tooling:1.11.1'
|
||||
implementation 'androidx.compose.ui:ui-tooling-preview'
|
||||
|
||||
//Submodule
|
||||
|
||||
@@ -12,5 +12,5 @@ plugins {
|
||||
id 'com.android.application' version '9.2.1' apply false
|
||||
id 'com.android.library' version '9.2.1' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '2.3.21' apply false
|
||||
id 'com.autonomousapps.dependency-analysis' version '3.10.0' apply true
|
||||
id 'com.autonomousapps.dependency-analysis' version '3.12.0' apply true
|
||||
}
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
||||
Reference in New Issue
Block a user