@@ -20,7 +20,7 @@ import com.android.build.OutputFile
2020 * // default. Can be overridden with ENTRY_FILE environment variable.
2121 * entryFile: "index.android.js",
2222 *
23- * // https://facebook.github.io/react-native /docs/performance#enable-the-ram-format
23+ * // https://reactnative.dev /docs/performance#enable-the-ram-format
2424 * bundleCommand: "ram-bundle",
2525 *
2626 * // whether to bundle JS and assets in debug mode
@@ -157,20 +157,13 @@ android {
157157 }
158158 release {
159159 // Caution! In production, you need to generate your own keystore file.
160- // see https://facebook.github.io/react-native /docs/signed-apk-android.
160+ // see https://reactnative.dev /docs/signed-apk-android.
161161 signingConfig signingConfigs. debug
162162 minifyEnabled enableProguardInReleaseBuilds
163163 proguardFiles getDefaultProguardFile(" proguard-android.txt" ), " proguard-rules.pro"
164164 }
165165 }
166166
167- packagingOptions {
168- pickFirst " lib/armeabi-v7a/libc++_shared.so"
169- pickFirst " lib/arm64-v8a/libc++_shared.so"
170- pickFirst " lib/x86/libc++_shared.so"
171- pickFirst " lib/x86_64/libc++_shared.so"
172- }
173-
174167 // applicationVariants are e.g. debug, release
175168 applicationVariants. all { variant ->
176169 variant. outputs. each { output ->
@@ -200,6 +193,7 @@ dependencies {
200193
201194 debugImplementation(" com.facebook.flipper:flipper-network-plugin:${ FLIPPER_VERSION} " ) {
202195 exclude group :' com.facebook.flipper'
196+ exclude group :' com.squareup.okhttp3' , module :' okhttp'
203197 }
204198
205199 debugImplementation(" com.facebook.flipper:flipper-fresco-plugin:${ FLIPPER_VERSION} " ) {
0 commit comments