added zipalign to release and debug

This commit is contained in:
Giovanni Harting
2015-10-26 23:50:57 +01:00
parent aaea03a5c2
commit 2991094f2d

View File

@@ -53,9 +53,14 @@ android {
}
buildTypes {
release {
zipAlign true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
zipAlign true
}
}
}