File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ android {
116116 }
117117 release {
118118 minifyEnabled = enableProguardInReleaseBuilds
119- proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
119+ proguardFiles getDefaultProguardFile(' proguard-android-optimize .txt' ), ' proguard-rules.pro'
120120 proguardFile " ${ rootProject.projectDir} /../node_modules/detox/android/detox/proguard-rules-app.pro"
121121 signingConfig = signingConfigs. release
122122 firebaseCrashlytics {
@@ -164,7 +164,7 @@ dependencies {
164164 } else {
165165 implementation jscFlavor
166166 }
167-
167+
168168 /* ------------------------
169169 * TESTING SDKS/LIBRARIES
170170 * ------------------------ */
Original file line number Diff line number Diff line change @@ -96,4 +96,4 @@ subprojects {
9696 }
9797}
9898
99- apply plugin : " com.facebook.react.rootproject"
99+ apply plugin : " com.facebook.react.rootproject"
You can’t perform that action at this time.
0 commit comments