Skip to content

Commit

Permalink
chore: enable proguard
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Dec 2, 2023
1 parent 1061645 commit d3f42cd
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 @@ -57,7 +57,7 @@ apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
/**
* Set this to true to run Proguard on Release builds to minify the Java bytecode.
*/
def enableProguardInReleaseBuilds = false
def enableProguardInReleaseBuilds = true

/**
* The preferred build flavor of JavaScriptCore (JSC).
Expand Down

0 comments on commit d3f42cd

Please sign in to comment.