add debug configuration

This commit is contained in:
greenart7c3
2023-02-06 11:15:18 -03:00
parent 8ce96257d2
commit 7c8c79819a
3 changed files with 9 additions and 2 deletions
+6
View File
@@ -24,6 +24,12 @@ android {
release {
//minifyEnabled false
//proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
resValue "string", "app_name", "@string/app_name_release"
}
debug {
applicationIdSuffix '.debug'
versionNameSuffix '-DEBUG'
resValue "string", "app_name", "@string/app_name_debug"
}
}
compileOptions {