Skip to content

Commit

Permalink
feature: Make Android app size smaller (#1358)
Browse files Browse the repository at this point in the history
Turns on proguard.
  • Loading branch information
NigelBreslaw authored Apr 21, 2024
1 parent 1659a79 commit ba764d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ react {
/**
* Set this to true to Run Proguard on Release builds to minify the Java bytecode.
*/
def enableProguardInReleaseBuilds = (findProperty('android.enableProguardInReleaseBuilds') ?: false).toBoolean()
def enableProguardInReleaseBuilds = (findProperty('android.enableProguardInReleaseBuilds') ?: true).toBoolean()

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

0 comments on commit ba764d8

Please sign in to comment.