Skip to content

Commit 2c11b8c

Browse files
committed
chore(demo): enable Proguard for release builds
1 parent 1c18077 commit 2c11b8c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/demo/android/app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ react {
5656

5757
/**
5858
* Set this to true to Run Proguard on Release builds to minify the Java bytecode.
59+
* Enabled for the demo to keep the BrowserStack/e2e APK small (~28 MB → ~13 MB).
5960
*/
60-
def enableProguardInReleaseBuilds = false
61+
def enableProguardInReleaseBuilds = true
6162

6263
/**
6364
* The preferred build flavor of JavaScriptCore (JSC)

0 commit comments

Comments
 (0)