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.

Revisions

  1. Amejia481 created this gist Jun 27, 2017.
    13 changes: 13 additions & 0 deletions Snippets Best Practices to Slim Down Your App Size
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    /**
    Use Proguard
    Video section:
    https://youtu.be/AdfKNgyT438?list=PLWz5rJ2EKKc-odHd6XEaf7ykfsosYyCKp&t=413
    **/


    android {
    buildTypes {
    release {
    minifyEnabled true
    }
    }