v2.5.3: updated Gradle, AGP, and R8
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user