|
|
|
@ -1,5 +1,4 @@
|
|
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
|
apply plugin: 'com.bugsnag.android.gradle'
|
|
|
|
|
|
|
|
|
|
def keystorePropertiesFile = rootProject.file("keystore.properties")
|
|
|
|
|
def keystoreProperties = new Properties()
|
|
|
|
@ -163,17 +162,6 @@ android {
|
|
|
|
|
setIgnore(true)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
bugsnag {
|
|
|
|
|
// https://docs.bugsnag.com/build-integrations/gradle/
|
|
|
|
|
apiKey "9d2d57476a0614974449a3ec33f2604a"
|
|
|
|
|
builderName "M66B"
|
|
|
|
|
autoUpload false
|
|
|
|
|
autoReportBuilds false
|
|
|
|
|
sourceControl {
|
|
|
|
|
repository "https://github.com/M66B/FairEmail/"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
task copyMarkdown(type: Copy) {
|
|
|
|
@ -240,7 +228,7 @@ dependencies {
|
|
|
|
|
def openpgp_version = "12.0"
|
|
|
|
|
def requery_version = "3.32.2"
|
|
|
|
|
def badge_version = "1.1.22"
|
|
|
|
|
def bugsnag_version = "5.0.0"
|
|
|
|
|
def bugsnag_version = "5.0.2"
|
|
|
|
|
def biweekly_version = "0.6.3"
|
|
|
|
|
def relinker_version = "1.3.1"
|
|
|
|
|
def markwon_version = "4.4.0"
|
|
|
|
|