updated zipalign to zipAlignEnabled

This commit is contained in:
Giovanni Harting
2015-10-26 23:53:13 +01:00
parent 2991094f2d
commit ce198af0ef

View File

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