|
@@ -52,7 +52,6 @@ repositories {
|
|
android {
|
|
android {
|
|
lintOptions {
|
|
lintOptions {
|
|
abortOnError false
|
|
abortOnError false
|
|
- lintConfig file("${project.rootDir}/lint.xml")
|
|
|
|
htmlReport true
|
|
htmlReport true
|
|
htmlOutput file("$project.buildDir/reports/lint/lint.html")
|
|
htmlOutput file("$project.buildDir/reports/lint/lint.html")
|
|
disable 'MissingTranslation'
|
|
disable 'MissingTranslation'
|