Update gradle dependencies

This commit is contained in:
topjohnwu
2026-04-14 03:42:45 -07:00
committed by John Wu
parent be7a4b4dcc
commit 77ea982963
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
[versions]
kotlin = "2.3.20"
android = "9.1.0"
android-tools = "32.1.0"
android = "9.1.1"
android-tools = "32.1.1"
ksp = "2.3.6"
rikka = "1.3.0"
navigation = "2.9.7"
@@ -12,12 +12,12 @@ room = "2.8.4"
lifecycle = "2.10.0"
compose-ui = "1.10.6"
compose-m3 = "1.4.0"
navigation3 = "1.1.0-rc01"
navigation3 = "1.1.0"
navigationevent = "1.0.2"
wire = "6.2.0"
[libraries]
bcpkix = { module = "org.bouncycastle:bcpkix-jdk18on", version = "1.83" }
bcpkix = { module = "org.bouncycastle:bcpkix-jdk18on", version = "1.84" }
commons-compress = { module = "org.apache.commons:commons-compress", version = "1.28.0" }
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
retrofit-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.ref = "retrofit" }
@@ -27,7 +27,7 @@ okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
okhttp-dnsoverhttps = { module = "com.squareup.okhttp3:okhttp-dnsoverhttps", version.ref = "okhttp" }
okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
timber = { module = "com.jakewharton.timber:timber", version = "5.0.1" }
xz = { module = "org.tukaani:xz", version = "1.10" }
xz = { module = "org.tukaani:xz", version = "1.12" }
# AndroidX
activity = { module = "androidx.activity:activity", version = "1.13.0" }
+1 -1
View File
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-rc-2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME