v3.0.0: updated AGP and removed explicit R8 version

This commit is contained in:
Evan Debenham
2024-10-20 14:09:19 -04:00
parent c7f0be52f2
commit 78357565f1

View File

@@ -7,10 +7,7 @@ buildscript {
}
}
dependencies {
//gradle version packaged with AGP 8.5 causes crashes on Android 4.4-
//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'
classpath 'com.android.tools.build:gradle:8.7.1'
}
}
@@ -25,7 +22,7 @@ allprojects {
appJavaCompatibility = JavaVersion.VERSION_1_8
appAndroidCompileSDK = 33 //compile SDK is still 33 atm as we're sticking with AGP 8.0.2
appAndroidCompileSDK = 34
appAndroidMinSDK = 14
appAndroidTargetSDK = 34