Skip to content

Commit

Permalink
enable proguard
Browse files Browse the repository at this point in the history
  • Loading branch information
chamexxxx committed Mar 26, 2021
1 parent 5722dba commit e807a4a
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 @@ -98,7 +98,7 @@ def enableSeparateBuildPerCPUArchitecture = false
/**
* Run Proguard to shrink the Java bytecode in release builds.
*/
def enableProguardInReleaseBuilds = false
def enableProguardInReleaseBuilds = true

/**
* The preferred build flavor of JavaScriptCore.
Expand Down

0 comments on commit e807a4a

Please sign in to comment.