Toggle debug minify

This commit is contained in:
Ammar Githam 2021-06-30 00:44:16 +09:00
parent 16f0a34f55
commit 3c0c9b3f26
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ android {
buildTypes {
debug {
minifyEnabled false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}