Skip to content

Instantly share code, notes, and snippets.

@pratheepchowdhary
Created May 13, 2018 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pratheepchowdhary/c414fb87a814df1387da69a81333e72b to your computer and use it in GitHub Desktop.
Save pratheepchowdhary/c414fb87a814df1387da69a81333e72b to your computer and use it in GitHub Desktop.
apply plugin: 'com.android.application'
android {
buildTypes {
release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
debuggable false
jniDebuggable false
renderscriptDebuggable false
pseudoLocalesEnabled false
zipAlignEnabled true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment