Update dependencies

This commit is contained in:
世界 2025-03-15 10:27:43 +08:00
parent c245a0dd03
commit 5641d29aff
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 9 additions and 9 deletions

View file

@ -102,14 +102,14 @@ dependencies {
implementation "androidx.core:core-ktx:1.15.0" implementation "androidx.core:core-ktx:1.15.0"
implementation "androidx.appcompat:appcompat:1.7.0" implementation "androidx.appcompat:appcompat:1.7.0"
implementation "com.google.android.material:material:1.12.0" implementation "com.google.android.material:material:1.12.0"
implementation "androidx.constraintlayout:constraintlayout:2.2.0" implementation "androidx.constraintlayout:constraintlayout:2.2.1"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.7" implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.7"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7"
implementation "androidx.navigation:navigation-fragment-ktx:2.8.5" implementation "androidx.navigation:navigation-fragment-ktx:2.8.9"
implementation "androidx.navigation:navigation-ui-ktx:2.8.5" implementation "androidx.navigation:navigation-ui-ktx:2.8.9"
implementation "com.google.zxing:core:3.5.3" implementation "com.google.zxing:core:3.5.3"
implementation "androidx.room:room-runtime:2.6.1" implementation "androidx.room:room-runtime:2.6.1"
implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0" implementation "androidx.coordinatorlayout:coordinatorlayout:1.3.0"
implementation "androidx.preference:preference-ktx:1.2.1" implementation "androidx.preference:preference-ktx:1.2.1"
implementation "androidx.camera:camera-view:1.4.1" implementation "androidx.camera:camera-view:1.4.1"
implementation "androidx.camera:camera-lifecycle:1.4.1" implementation "androidx.camera:camera-lifecycle:1.4.1"
@ -123,7 +123,7 @@ dependencies {
implementation "com.blacksquircle.ui:editorkit:2.2.0" implementation "com.blacksquircle.ui:editorkit:2.2.0"
implementation "com.blacksquircle.ui:language-json:2.2.0" implementation "com.blacksquircle.ui:language-json:2.2.0"
implementation("com.android.tools.smali:smali-dexlib2:3.0.8") { implementation("com.android.tools.smali:smali-dexlib2:3.0.9") {
exclude group: "com.google.guava", module: "guava" exclude group: "com.google.guava", module: "guava"
} }
implementation "com.google.guava:guava:33.0.0-android" implementation "com.google.guava:guava:33.0.0-android"

View file

@ -5,8 +5,8 @@ buildscript {
} }
plugins { plugins {
id 'com.android.application' version '8.7.3' apply false id 'com.android.application' version '8.9.0' apply false
id 'com.android.library' version '8.7.3' apply false id 'com.android.library' version '8.9.0' apply false
id 'org.jetbrains.kotlin.android' version '2.1.0' 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.google.devtools.ksp' version '2.1.0-1.0.29' apply false
id 'com.github.triplet.play' version '3.8.4' apply false id 'com.github.triplet.play' version '3.8.4' apply false

View file

@ -1,7 +1,7 @@
#Fri Nov 29 14:47:37 CST 2024 #Sat Mar 15 10:24:27 CST 2025
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME