diff options
Diffstat (limited to 'src/android')
| -rw-r--r-- | src/android/app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle index 505c8f25d..945cd0189 100644 --- a/src/android/app/build.gradle +++ b/src/android/app/build.gradle | |||
| @@ -20,7 +20,7 @@ android { | |||
| 20 | targetCompatibility JavaVersion.VERSION_1_8 | 20 | targetCompatibility JavaVersion.VERSION_1_8 |
| 21 | } | 21 | } |
| 22 | 22 | ||
| 23 | lintOptions { | 23 | lint { |
| 24 | // This is important as it will run lint but not abort on error | 24 | // This is important as it will run lint but not abort on error |
| 25 | // Lint has some overly obnoxious "errors" that should really be warnings | 25 | // Lint has some overly obnoxious "errors" that should really be warnings |
| 26 | abortOnError false | 26 | abortOnError false |