diff --git a/app/build.gradle b/app/build.gradle index 3a39fc8..2329050 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -99,23 +99,23 @@ android { dependencies { implementation(fileTree("libs")) - implementation "androidx.core:core-ktx:1.15.0" - implementation "androidx.appcompat:appcompat:1.7.0" + implementation "androidx.core:core-ktx:1.16.0" + implementation "androidx.appcompat:appcompat:1.7.1" implementation "com.google.android.material:material:1.12.0" implementation "androidx.constraintlayout:constraintlayout:2.2.1" - implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.7" - implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7" - implementation "androidx.navigation:navigation-fragment-ktx:2.8.9" - implementation "androidx.navigation:navigation-ui-ktx:2.8.9" + 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 "com.google.zxing:core:3.5.3" - implementation "androidx.room:room-runtime:2.6.1" + implementation "androidx.room:room-runtime:2.7.1" 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.6.1" - implementation "androidx.work:work-runtime-ktx:2.10.0" + ksp "androidx.room:room-compiler:2.7.1" + implementation "androidx.work:work-runtime-ktx:2.10.1" implementation "androidx.browser:browser:1.8.0" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0" diff --git a/build.gradle b/build.gradle index 635e7d0..494700f 100644 --- a/build.gradle +++ b/build.gradle @@ -5,8 +5,8 @@ buildscript { } plugins { - id 'com.android.application' version '8.9.1' apply false - id 'com.android.library' version '8.9.1' apply false + id 'com.android.application' version '8.10.1' apply false + id 'com.android.library' version '8.10.1' apply false id 'org.jetbrains.kotlin.android' version '2.1.0' apply false id 'com.google.devtools.ksp' version '2.1.0-1.0.29' 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 809456c..dd6d925 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ -#Sat Mar 15 10:24:27 CST 2025 +#Tue May 27 14:17:19 CST 2025 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME