diff --git a/app/build.gradle b/app/build.gradle index fb31e9303..3d0fe6b60 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -184,7 +184,7 @@ dependencies { // Android Tools coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5' - implementation 'com.android.tools.build:apksig:8.11.0' + implementation 'com.android.tools.build:apksig:8.11.1' // Jar Libs, all included in the libs folder implementation fileTree(dir: 'libs', include: ['*.jar']) @@ -242,7 +242,7 @@ dependencies { implementation 'com.github.REAndroid:ARSCLib:95af206081' // https://github.com/REAndroid/ARSCLib implementation 'io.noties.markwon:core:4.6.2' - githubImplementation 'com.squareup.okhttp3:okhttp:4.12.0' + githubImplementation 'com.squareup.okhttp3:okhttp:5.1.0' implementation 'dev.spght:encryptedprefs-ktx:1.0.3' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index c6f003026..aa02b02fc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ 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.3-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/stub/build.gradle b/stub/build.gradle index e0653209a..2f8e4b1e1 100644 --- a/stub/build.gradle +++ b/stub/build.gradle @@ -32,7 +32,7 @@ dependencies { // Refine annotationProcessor "dev.rikka.tools.refine:annotation-processor:4.4.0" //noinspection GradleDependency - compileOnly "dev.rikka.tools.refine:annotation:4.3.0" + compileOnly "dev.rikka.tools.refine:annotation:4.4.0" compileOnly "androidx.annotation:annotation:1.9.1" }