Explorar el Código

Merge c09fd78e90ccbbbbf8f15d053875572c06a31a02 into 41fbb0839570f758492d9916ba6ff41a2dbb342d

Tobias Kaminsky hace 6 años
padre
commit
88ce0bd256
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

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