Skip to content

Commit 56d954e

Browse files
committed
Update deps and fix some gradle scripts issues
1 parent 3d9d08c commit 56d954e

8 files changed

Lines changed: 140 additions & 77 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ apache/local/generated
99
.DS_Store
1010
/build
1111
/captures
12+
.vscode

apache/commons-lang

Submodule commons-lang updated 585 files

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ val androidTargetSdkVersion by extra(35)
7070
val androidMinSdkVersion by extra(27)
7171
val androidBuildToolsVersion by extra("35.0.0")
7272
val androidCompileSdkVersion by extra(35)
73-
val androidCompileNdkVersion by extra("29.0.13113456")
73+
val androidCompileNdkVersion by extra("29.0.13599879")
7474
val androidSourceCompatibility by extra(JavaVersion.VERSION_21)
7575
val androidTargetCompatibility by extra(JavaVersion.VERSION_21)
7676

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# org.gradle.parallel=true
1313

1414
android.useAndroidX=true
15-
android.nonFinalResIds=false
15+
android.nonFinalResIds=false

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
2-
agp = "8.9.1"
3-
kotlin = "2.1.20"
4-
nav = "2.8.9"
2+
agp = "8.11.0"
3+
kotlin = "2.2.0"
4+
nav = "2.9.1"
55
appcenter = "5.0.5"
66
libxposed = "100"
77
glide = "4.16.0"
8-
okhttp = "4.12.0"
8+
okhttp = "5.1.0"
99

1010
[plugins]
1111
agp-lib = { id = "com.android.library", version.ref = "agp" }
@@ -36,7 +36,7 @@ androidx-annotation = { module = "androidx.annotation:annotation", version = "1.
3636
androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" }
3737
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" }
3838
androidx-core = { module = "androidx.core:core", version = "1.16.0" }
39-
androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.6" }
39+
androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.8" }
4040
androidx-navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "nav" }
4141
androidx-navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "nav" }
4242
androidx-preference = { module = "androidx.preference:preference", version = "1.2.1" }
@@ -53,7 +53,7 @@ okhttp-logging-interceptor = { group = "com.squareup.okhttp3", name = "logging-i
5353
agp-apksig = { group = "com.android.tools.build", name = "apksig", version.ref = "agp" }
5454
appiconloader = { module = "me.zhanghai.android.appiconloader:appiconloader", version = "1.5.0" }
5555
material = { module = "com.google.android.material:material", version = "1.12.0" }
56-
gson = { module = "com.google.code.gson:gson", version = "2.13.0" }
56+
gson = { module = "com.google.code.gson:gson", version = "2.13.1" }
5757
hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "6.1" }
5858
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
5959
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.10.2" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-milestone-10-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)