Skip to content

Commit

Permalink
Use proguard in release builds to shink size
Browse files Browse the repository at this point in the history
  • Loading branch information
sastred committed Jun 13, 2016
1 parent c1b5bab commit acb3bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def enableSeparateBuildPerCPUArchitecture = false
/**
* Run Proguard to shrink the Java bytecode in release builds.
*/
def enableProguardInReleaseBuilds = false
def enableProguardInReleaseBuilds = true

android {
compileSdkVersion 23
Expand Down

0 comments on commit acb3bcb

Please sign in to comment.