add more aggressive proguard config (#741)
* add more aggressive proguard config * even more optimizations
This commit is contained in:
parent
b9e433c77f
commit
418c76d677
2 changed files with 45 additions and 17 deletions
|
@ -28,7 +28,7 @@ android {
|
|||
release {
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
proguardFiles 'proguard-rules.pro'
|
||||
}
|
||||
debug { }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue