mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +00:00
parent
a9f2172bfc
commit
08184d10d0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue