Update dependencies

This commit is contained in:
世界
2025-07-07 14:06:21 +08:00
parent 6f1dcf9e97
commit 38b29965bc
3 changed files with 11 additions and 11 deletions

View File

@@ -105,19 +105,19 @@ dependencies {
implementation "androidx.constraintlayout:constraintlayout:2.2.1"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.9.1"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.1"
implementation "androidx.navigation:navigation-fragment-ktx:2.9.0"
implementation "androidx.navigation:navigation-ui-ktx:2.9.0"
implementation "androidx.navigation:navigation-fragment-ktx:2.9.1"
implementation "androidx.navigation:navigation-ui-ktx:2.9.1"
implementation "com.google.zxing:core:3.5.3"
implementation "androidx.room:room-runtime:2.7.1"
implementation "androidx.room:room-runtime:2.7.2"
implementation "androidx.coordinatorlayout:coordinatorlayout:1.3.0"
implementation "androidx.preference:preference-ktx:1.2.1"
implementation "androidx.camera:camera-view:1.4.2"
implementation "androidx.camera:camera-lifecycle:1.4.2"
implementation "androidx.camera:camera-camera2:1.4.2"
ksp "androidx.room:room-compiler:2.7.1"
implementation "androidx.work:work-runtime-ktx:2.10.1"
ksp "androidx.room:room-compiler:2.7.2"
implementation "androidx.work:work-runtime-ktx:2.10.2"
implementation "androidx.browser:browser:1.8.0"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"
// DO NOT UPDATE (minSdkVersion updated)
implementation "com.blacksquircle.ui:editorkit:2.2.0"
@@ -126,7 +126,7 @@ dependencies {
implementation("com.android.tools.smali:smali-dexlib2:3.0.9") {
exclude group: "com.google.guava", module: "guava"
}
implementation "com.google.guava:guava:33.0.0-android"
implementation "com.google.guava:guava:33.4.8-android"
playImplementation "com.google.android.play:app-update-ktx:2.1.0"
playImplementation "com.google.android.gms:play-services-mlkit-barcode-scanning:18.3.1"
}