bugsnag gradle update

This commit is contained in:
feruz 2021-01-25 21:14:02 +02:00
parent c2f21e584e
commit 193407f334

View File

@ -224,7 +224,6 @@ dependencies {
implementation 'com.android.support:multidex:2.0.1'
implementation project(':@react-native-community_viewpager')
implementation 'com.google.firebase:firebase-analytics:17.2.3'
implementation 'com.bugsnag:bugsnag-android:5.5.0'
if (enableHermes) {
def hermesPath = "../../node_modules/hermes-engine/android/";
@ -244,4 +243,4 @@ task copyDownloadableDepsToLibs(type: Copy) {
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
//apply from: "../../node_modules/@bugsnag/react-native/bugsnag-react-native.gradle"
apply from: "../../node_modules/@bugsnag/react-native/bugsnag-react-native.gradle"