1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 01:36:55 +00:00

Revert "Updated Bugsnag"

This reverts commit 90cdd3d0f0.
This commit is contained in:
M66B 2019-08-29 16:57:22 +02:00
parent a9f2172bfc
commit 08184d10d0

View file

@ -188,7 +188,7 @@ dependencies {
def openpgp_version = "12.0"
def requery_version = "3.29.0"
def badge_version = "1.1.22"
def bugsnag_version = "4.18.0"
def bugsnag_version = "4.17.2"
def biweekly_version = "0.6.3"
def photoview_version = "2.3.0"
def relinker_version = "1.3.1"
@ -278,7 +278,7 @@ dependencies {
// https://github.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-ndk"
exclude group: "com.bugsnag", module: "bugsnag-plugin-android-ndk"
}
// https://github.com/mangstadt/biweekly