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:
parent
8acb471dc6
commit
68d84ff97f
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue