We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ea317 commit 734dcb6Copy full SHA for 734dcb6
android/app/build.gradle
@@ -80,7 +80,7 @@ def enableSeparateBuildPerCPUArchitecture = false
80
/**
81
* Run Proguard to shrink the Java bytecode in release builds.
82
*/
83
-def enableProguardInReleaseBuilds = false
+def enableProguardInReleaseBuilds = true
84
85
android {
86
compileSdkVersion 25
android/app/proguard-rules.pro
@@ -50,6 +50,8 @@
50
51
-dontwarn com.facebook.react.**
52
53
+-dontwarn com.facebook.fbui.textlayoutbuilder.proxy.StaticLayoutProxy
54
+
55
# okhttp
56
57
-keepattributes Signature
0 commit comments