enable minify

This commit is contained in:
Christian Schabesberger 2017-09-12 13:32:53 +02:00
parent c5885d9ce4
commit 4ef69969a7
2 changed files with 12 additions and 1 deletions

View file

@ -16,7 +16,8 @@ android {
}
buildTypes {
release {
minifyEnabled false
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {