enable Minify in release mode

This commit is contained in:
tibbi committed 2016-08-02 22:38:56 +02:00
1 parent aabb1666af
commit d719136f5d
1 file changed
+1 -1
+1 -1
View File
@@ -19,7 +19,7 @@ android {
buildTypes {
release {
minifyEnabled false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
}