gradle fix

This commit is contained in:
feruz 2021-07-29 14:43:08 +03:00
parent ff29bf23ac
commit 861bcd7819
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
apply plugin: "com.android.application" apply plugin: "com.android.application"
apply plugin: 'com.google.gms.google-services' apply plugin: 'com.google.gms.google-services'
apply from: project(':react-native-config').projectDir.getPath() + "/dotenv.gradle" apply from: project(':react-native-config').projectDir.getPath() + "/dotenv.gradle"
apply plugin: 'com.bugsnag.android.gradle'
import com.android.build.OutputFile import com.android.build.OutputFile

View File

@ -10,4 +10,4 @@
# Add any project specific keep options here: # Add any project specific keep options here:
-keep class com.facebook.hermes.unicode.** { *; } -keep class com.facebook.hermes.unicode.** { *; }
-keep class com.facebook.jni.** { *; } -keep class com.facebook.jni.** { *; }