Upgrade to AGP 8.0 and Gradle 8.4
This commit is contained in:
parent
e2752c78bb
commit
1573aa52e0
5 changed files with 10 additions and 5 deletions
|
|
@ -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 ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue