diff --git a/android/app/build.gradle b/android/app/build.gradle index 7a1a785..e734773 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -206,6 +206,7 @@ dependencies { debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") { exclude group:'com.facebook.flipper' + exclude group:'com.squareup.okhttp3', module:'okhttp' } debugImplementation("com.facebook.flipper:flipper-fresco-plugin:${FLIPPER_VERSION}") { diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro index f8690bc..11b0257 100644 --- a/android/app/proguard-rules.pro +++ b/android/app/proguard-rules.pro @@ -8,6 +8,3 @@ # http://developer.android.com/guide/developing/tools/proguard.html # Add any project specific keep options here: - --keep class com.facebook.hermes.unicode.** { *; } --keep class com.facebook.jni.** { *; } \ No newline at end of file diff --git a/package.json b/package.json index a23400c..ad453a2 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@react-navigation/stack": "^5.7.1", "i18n-js": "^3.7.1", "react": "16.13.1", - "react-native": "0.63.1", + "react-native": "0.63.2", "react-native-animatable": "^1.3.3", "react-native-app-intro-slider": "^4.0.4", "react-native-appearance": "^0.3.4",