Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Amejia481/501fbbb59f15295901b70e964c3f9a70 to your computer and use it in GitHub Desktop.

Select an option

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)
/**
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