diff --git a/android/app/build.gradle b/android/app/build.gradle index f920bb314..c91260af7 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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" \ No newline at end of file +apply from: "../../node_modules/@bugsnag/react-native/bugsnag-react-native.gradle" \ No newline at end of file