From b96b73de7af26cac2b450b907db1f353048ac329 Mon Sep 17 00:00:00 2001 From: Charles Lombardo Date: Mon, 6 Mar 2023 01:35:54 -0500 Subject: [PATCH] android: Replace lintOptions with lint --- src/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle index 505c8f25de..945cd0189a 100644 --- a/src/android/app/build.gradle +++ b/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