Last active
March 12, 2017 10:38
-
-
Save kevalpatel2106/b414528c6480508cdb77c82a962762cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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