Skip to content

Commit acb3bcb

Browse files
committed
Use proguard in release builds to shink size
1 parent c1b5bab commit acb3bcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def enableSeparateBuildPerCPUArchitecture = false
7474
/**
7575
* Run Proguard to shrink the Java bytecode in release builds.
7676
*/
77-
def enableProguardInReleaseBuilds = false
77+
def enableProguardInReleaseBuilds = true
7878

7979
android {
8080
compileSdkVersion 23

0 commit comments

Comments
 (0)