mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 02:37:16 +00:00
Exclude Bugsnag/ANR
This commit is contained in:
parent
cca3f1748a
commit
703fb6f0f7
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue