Upgrade to AGP 8.0 and Gradle 8.4

This commit is contained in:
Manuel Fuhr 2024-04-03 13:20:20 +02:00
parent e2752c78bb
commit 1573aa52e0
5 changed files with 10 additions and 5 deletions

View file

@ -51,7 +51,7 @@ android {
buildTypes {
release {
minifyEnabled false
minifyEnabled true
debuggable false
if (project.hasProperty("RELEASE_STORE_FILE") && RELEASE_STORE_FILE.length() > 0) {
signingConfig signingConfigs.release
@ -74,6 +74,10 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
buildFeatures {
aidl true
buildConfig true
}
applicationVariants.all {
variant ->