Activating Proguard
This commit is contained in:
+2
-2
@@ -22,8 +22,8 @@ android {
|
|||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
//minifyEnabled false
|
minifyEnabled true
|
||||||
//proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||||
resValue "string", "app_name", "@string/app_name_release"
|
resValue "string", "app_name", "@string/app_name_release"
|
||||||
}
|
}
|
||||||
debug {
|
debug {
|
||||||
|
|||||||
Reference in New Issue
Block a user