diff --git a/apkzlib/build.gradle.kts b/apkzlib/build.gradle.kts index dd1da191..8c6b49aa 100644 --- a/apkzlib/build.gradle.kts +++ b/apkzlib/build.gradle.kts @@ -15,7 +15,7 @@ dependencies { implementation("org.bouncycastle:bcpkix-jdk15on:1.70") implementation("org.bouncycastle:bcprov-jdk15on:1.70") api("com.google.guava:guava:32.0.1-jre") - api("com.android.tools.build:apksig:8.0.2") + api("com.android.tools.build:apksig:9.2.1") compileOnlyApi("com.google.auto.value:auto-value-annotations:1.10.1") annotationProcessor("com.google.auto.value:auto-value:1.10.1") } diff --git a/build.gradle.kts b/build.gradle.kts index c404e02e..d6cf58f8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ buildscript { mavenCentral() } dependencies { - classpath("org.eclipse.jgit:org.eclipse.jgit:7.3.0.202506031305-r") + classpath("org.eclipse.jgit:org.eclipse.jgit:7.6.0.202603022253-r") } } diff --git a/settings.gradle.kts b/settings.gradle.kts index 79985553..03afde63 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -7,7 +7,7 @@ pluginManagement { maven(url = "https://storage.googleapis.com/r8-releases/raw") } dependencies { - classpath("com.android.tools:r8:8.13.19") + classpath("com.android.tools:r8:9.1.31") } } repositories {