Browse Source

android: Replace lintOptions with lint

nce_cpp
Charles Lombardo 3 years ago
committed by bunnei
parent
commit
a72f2e1493
  1. 2
      src/android/app/build.gradle

2
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

Loading…
Cancel
Save