v2.5.3: updated Gradle, AGP, and R8

This commit is contained in:
Evan Debenham
2024-09-27 12:08:10 -04:00
parent c60e1d7db5
commit c00d7e5ce3
2 changed files with 4 additions and 4 deletions

View File

@@ -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'
}
}

View File

@@ -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