Created
June 27, 2017 19:52
-
-
Save Amejia481/501fbbb59f15295901b70e964c3f9a70 to your computer and use it in GitHub Desktop.
Snippets for the talk Best Practices to Slim Down Your App Size (Google I/O '17)
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
| /** | |
| Use Proguard | |
| Video section: | |
| https://youtu.be/AdfKNgyT438?list=PLWz5rJ2EKKc-odHd6XEaf7ykfsosYyCKp&t=413 | |
| **/ | |
| android { | |
| buildTypes { | |
| release { | |
| minifyEnabled true | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment