mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-06-02 06:03:44 +02:00
Update gradle dependencies
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user