1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 17:57:16 +00:00

Disabled Bugsnag auto deployment

This commit is contained in:
M66B 2019-05-10 16:55:55 +02:00
parent 8acb471dc6
commit 68d84ff97f

View file

@ -91,6 +91,12 @@ android {
bugsnag {
// https://docs.bugsnag.com/build-integrations/gradle/
apiKey "9d2d57476a0614974449a3ec33f2604a"
builderName "M66B"
autoUpload false
autoReportBuilds false
sourceControl {
repository "https://github.com/M66B/open-source-email"
}
}
}