Browse Source

Merge c09fd78e90ccbbbbf8f15d053875572c06a31a02 into 41fbb0839570f758492d9916ba6ff41a2dbb342d

Tobias Kaminsky 6 years ago
parent
commit
88ce0bd256
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

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