diff --git a/app/build.gradle b/app/build.gradle index fe36678191..ea53d567ee 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -741,7 +741,7 @@ dependencies { // https://github.com/bugsnag/bugsnag-android // https://mvnrepository.com/artifact/com.bugsnag/bugsnag-android implementation("com.bugsnag:bugsnag-android:$bugsnag_version") { - exclude group: "com.bugsnag", module: "bugsnag-plugin-android-anr" + //exclude group: "com.bugsnag", module: "bugsnag-plugin-android-anr" exclude group: "com.bugsnag", module: "bugsnag-plugin-android-ndk" exclude group: "com.bugsnag", module: "bugsnag-android-core" }