From 861bcd7819721f03456102318a19d70ad4ce0d27 Mon Sep 17 00:00:00 2001 From: feruz Date: Thu, 29 Jul 2021 14:43:08 +0300 Subject: [PATCH] gradle fix --- android/app/build.gradle | 1 - android/app/proguard-rules.pro | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index b917d65c9..614bd8912 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -1,7 +1,6 @@ apply plugin: "com.android.application" apply plugin: 'com.google.gms.google-services' apply from: project(':react-native-config').projectDir.getPath() + "/dotenv.gradle" -apply plugin: 'com.bugsnag.android.gradle' import com.android.build.OutputFile diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro index f8690bc4b..3cc0f30e4 100644 --- a/android/app/proguard-rules.pro +++ b/android/app/proguard-rules.pro @@ -10,4 +10,4 @@ # Add any project specific keep options here: -keep class com.facebook.hermes.unicode.** { *; } --keep class com.facebook.jni.** { *; } \ No newline at end of file +-keep class com.facebook.jni.** { *; }