We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c18077 commit 2c11b8cCopy full SHA for 2c11b8c
1 file changed
examples/demo/android/app/build.gradle
@@ -56,8 +56,9 @@ react {
56
57
/**
58
* 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).
60
*/
-def enableProguardInReleaseBuilds = false
61
+def enableProguardInReleaseBuilds = true
62
63
64
* The preferred build flavor of JavaScriptCore (JSC)
0 commit comments