Disabled Bugsnag auto deployment

This commit is contained in:
M66B 2019-05-10 16:55:55 +02:00
parent 8acb471dc6
commit 68d84ff97f
1 changed files with 6 additions and 0 deletions

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"
}
}
}