summaryrefslogtreecommitdiff
path: root/Source/Android/app
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2022-03-15 18:19:07 +0100
committerJosJuice <josjuice@gmail.com>2022-03-15 18:19:07 +0100
commitf5b6cccd32312c5c521217a7bb42ce0cbee83d52 (patch)
treee36513c7100c62b005668713c8386f4d5bb1d1ef /Source/Android/app
parentbf261f6144a8cc75bcbdd4c09b19bdfa3dbe49b3 (diff)
Android: Update Android Gradle Plugin
Diffstat (limited to 'Source/Android/app')
-rw-r--r--Source/Android/app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle
index e589b1a91d..4a3631101d 100644
--- a/Source/Android/app/build.gradle
+++ b/Source/Android/app/build.gradle
@@ -12,7 +12,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