From 440aaa9a1a7504293758243b18478592aaf670b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Sun, 16 Jun 2024 17:19:01 +0800 Subject: [PATCH] Update dependencies --- app/build.gradle | 14 +++++++------- build.gradle | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 23ea452..e275560 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -94,19 +94,19 @@ dependencies { implementation "androidx.appcompat:appcompat:1.7.0" implementation "com.google.android.material:material:1.12.0" implementation "androidx.constraintlayout:constraintlayout:2.1.4" - implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.1" - implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.1" + implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.4" + implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.4" implementation "androidx.navigation:navigation-fragment-ktx:2.7.7" implementation "androidx.navigation:navigation-ui-ktx:2.7.7" implementation "com.google.zxing:core:3.5.3" implementation "androidx.room:room-runtime:2.6.1" implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0" implementation "androidx.preference:preference-ktx:1.2.1" - implementation "androidx.camera:camera-view:1.3.3" - implementation "androidx.camera:camera-lifecycle:1.3.3" - implementation "androidx.camera:camera-camera2:1.3.3" + implementation "androidx.camera:camera-view:1.3.4" + implementation "androidx.camera:camera-lifecycle:1.3.4" + implementation "androidx.camera:camera-camera2:1.3.4" ksp "androidx.room:room-compiler:2.6.1" - implementation "androidx.work:work-runtime-ktx:2.9.0" + implementation "androidx.work:work-runtime-ktx:2.9.1" implementation "androidx.browser:browser:1.8.0" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0" @@ -119,7 +119,7 @@ dependencies { } implementation "com.google.guava:guava:33.0.0-android" playImplementation "com.google.android.play:app-update-ktx:2.1.0" - playImplementation "com.google.android.gms:play-services-mlkit-barcode-scanning:18.3.0" + playImplementation "com.google.android.gms:play-services-mlkit-barcode-scanning:18.3.1" } def playCredentialsJSON = rootProject.file("service-account-credentials.json") diff --git a/build.gradle b/build.gradle index c86af2a..538106c 100644 --- a/build.gradle +++ b/build.gradle @@ -5,8 +5,8 @@ buildscript { } plugins { - id 'com.android.application' version '8.4.2' apply false - id 'com.android.library' version '8.4.2' apply false + id 'com.android.application' version '8.5.2' apply false + id 'com.android.library' version '8.5.2' apply false id 'org.jetbrains.kotlin.android' version '1.9.23' apply false id 'com.google.devtools.ksp' version '1.9.23-1.0.20' apply false id 'com.github.triplet.play' version '3.8.4' apply false diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2adf0d5..5761fcf 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ -#Tue Jun 11 22:43:55 CST 2024 +#Mon Aug 19 07:08:35 CST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME