|
|
@ -741,7 +741,7 @@ dependencies {
|
|
|
|
// https://github.com/bugsnag/bugsnag-android
|
|
|
|
// https://github.com/bugsnag/bugsnag-android
|
|
|
|
// https://mvnrepository.com/artifact/com.bugsnag/bugsnag-android
|
|
|
|
// https://mvnrepository.com/artifact/com.bugsnag/bugsnag-android
|
|
|
|
implementation("com.bugsnag:bugsnag-android:$bugsnag_version") {
|
|
|
|
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-plugin-android-ndk"
|
|
|
|
exclude group: "com.bugsnag", module: "bugsnag-android-core"
|
|
|
|
exclude group: "com.bugsnag", module: "bugsnag-android-core"
|
|
|
|
}
|
|
|
|
}
|
|
|
|