Explorar o código

android: Replace lintOptions with lint

Charles Lombardo %!s(int64=3) %!d(string=hai) anos
pai
achega
fc785972f9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/android/app/build.gradle

+ 1 - 1
src/android/app/build.gradle

@@ -20,7 +20,7 @@ android {
         targetCompatibility JavaVersion.VERSION_1_8
     }
 
-    lintOptions {
+    lint {
         // This is important as it will run lint but not abort on error
         // Lint has some overly obnoxious "errors" that should really be warnings
         abortOnError false