enable minify
This commit is contained in:
parent
c5885d9ce4
commit
4ef69969a7
2 changed files with 12 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ android {
|
|||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
debug {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue