diff --git a/build.gradle b/build.gradle index df59ff45e..d4eeb3128 100644 --- a/build.gradle +++ b/build.gradle @@ -8,9 +8,9 @@ buildscript { } dependencies { //gradle version packaged with AGP 8.5 causes crashes on Android 4.4- - //this won't be needed once the bundled version is 8.7.2+ - classpath 'com.android.tools:r8:8.7.4-dev' - classpath 'com.android.tools.build:gradle:8.5.1' + //this won't be needed once the bundled R8 version is 8.7.11+ (should happen with AGP 8.6) + classpath 'com.android.tools:r8:8.7.11' + classpath 'com.android.tools.build:gradle:8.5.2' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 19cfad969..1e2fbf0d4 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists