@@ -68,7 +68,7 @@ android {
abortOnError false
htmlReport true
htmlOutput file("$project.buildDir/reports/lint/lint.html")
- disable 'MissingTranslation'
+ disable 'MissingTranslation', 'GradleDependency'
}
dexOptions {