added zipalign to release and debug
This commit is contained in:
@@ -53,9 +53,14 @@ android {
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
zipAlign true
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
|
||||
debug {
|
||||
zipAlign true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user