add lint options

This commit is contained in:
tobiasKaminsky 2018-03-07 10:14:20 +01:00
parent d17b75cedb
commit 5315e23542
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7

View File

@ -54,6 +54,12 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {
abortOnError false
htmlReport true
htmlOutput file("$project.buildDir/reports/lint/lint.html")
disable 'MissingTranslation'
}
}
ext {