Explorar el Código

Check also generated sources to avoid unused resources warning

https://stackoverflow.com/a/53193227
Stefan Niedermann hace 4 años
padre
commit
b508452eb0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      build.gradle

+ 1 - 0
build.gradle

@@ -105,6 +105,7 @@ spotbugs {
 
 android {
     lintOptions {
+        checkGeneratedSources = true
         abortOnError false
         htmlReport true
         htmlOutput file("$project.buildDir/reports/lint/lint.html")