Enable ANR reporting

This commit is contained in:
M66B 2024-03-16 08:56:10 +01:00
parent 8cb576cc5b
commit 7b8699db34
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}