add more aggressive proguard config (#741)

* add more aggressive proguard config

* even more optimizations
This commit is contained in:
Konrad Pozniak 2018-08-15 20:46:37 +02:00 committed by GitHub
commit 418c76d677
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 45 additions and 17 deletions

View file

@ -28,7 +28,7 @@ android {
release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
proguardFiles 'proguard-rules.pro'
}
debug { }
}