Skip to content

Instantly share code, notes, and snippets.

@Tonnie-Dev
Created August 2, 2018 08:08
Show Gist options
  • Select an option

  • Save Tonnie-Dev/d5f4c35ebb7da3700f8aea779e5fb21a to your computer and use it in GitHub Desktop.

Select an option

Save Tonnie-Dev/d5f4c35ebb7da3700f8aea779e5fb21a to your computer and use it in GitHub Desktop.
buildTypes Block
buildTypes {
release {
postprocessing {
removeUnusedCode true
removeUnusedResources true
obfuscate true
optimizeCode true
proguardFile 'proguard-rules.pro'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment