소스 검색

android: Replace lintOptions with lint

Charles Lombardo 3 년 전
부모
커밋
fc785972f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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