Skip to content

Instantly share code, notes, and snippets.

@kevalpatel2106
Last active March 12, 2017 10:38
Show Gist options
  • Save kevalpatel2106/b414528c6480508cdb77c82a962762cb to your computer and use it in GitHub Desktop.
Save kevalpatel2106/b414528c6480508cdb77c82a962762cb to your computer and use it in GitHub Desktop.
release {
//Enable the proguard
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), "proguard-rules.pro"
//Other parameters
debuggable false
jniDebuggable false
renderscriptDebuggable false
signingConfig playStoreConfig //Add your own signing config
pseudoLocalesEnabled false
zipAlignEnabled true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment