Explorar el Código

enabled lint warnings as errors

sirekanian hace 3 años
padre
commit
637ad6feb0
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      app/build.gradle

+ 3 - 0
app/build.gradle

@@ -50,6 +50,9 @@ android {
             excludes += '/META-INF/{AL2.0,LGPL2.1}'
         }
     }
+    lintOptions {
+        warningsAsErrors true
+    }
 }
 
 dependencies {