Refactoring

pull/159/head
M66B 6 years ago
parent ca6827c266
commit cab37caac9

@ -36,6 +36,17 @@ android {
}
}
lintOptions {
disable 'MissingTranslation'
abortOnError false
}
packagingOptions {
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/README.md'
exclude 'META-INF/CHANGES'
}
signingConfigs {
release {
storeFile file(keystoreProperties['storeFile'])
@ -93,17 +104,6 @@ android {
}
}
lintOptions {
disable 'MissingTranslation'
abortOnError false
}
packagingOptions {
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/README.md'
exclude 'META-INF/CHANGES'
}
bugsnag {
// https://docs.bugsnag.com/build-integrations/gradle/
apiKey "9d2d57476a0614974449a3ec33f2604a"

Loading…
Cancel
Save