Created
August 2, 2018 08:08
-
-
Save Tonnie-Dev/d5f4c35ebb7da3700f8aea779e5fb21a to your computer and use it in GitHub Desktop.
buildTypes Block
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
| 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