Skip to content

Commit

Permalink
feat: Enable ProGuard for release builds in Nitro Example (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy authored Nov 18, 2024
1 parent 8832bc5 commit 9f7728a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ react {
/**
* 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 9f7728a

Please sign in to comment.