mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 21:58:48 +00:00
build.gradle: Move 'lintOptions' further down.
This commit is contained in:
parent
7a338bd849
commit
b3ef02c5bc
1 changed files with 5 additions and 5 deletions
|
@ -29,11 +29,6 @@ android {
|
|||
compileSdkVersion 'android-29'
|
||||
buildToolsVersion '29.0.2'
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
disable 'MissingTranslation'
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
generatedDensities = ['hdpi', 'xhdpi']
|
||||
}
|
||||
|
@ -85,6 +80,11 @@ android {
|
|||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
disable 'MissingTranslation'
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
exclude 'META-INF/*.version'
|
||||
exclude 'META-INF/proguard/**'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue