From 7b8699db3424b10deafa11b7ca90d1f9e2ea6830 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 16 Mar 2024 08:56:10 +0100 Subject: [PATCH] Enable ANR reporting --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }