Browse Source

enabled lint warnings as errors

sirekanian 3 năm trước cách đây
mục cha
commit
637ad6feb0
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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 {