summaryrefslogtreecommitdiff
path: root/Source/Android
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
parentbf261f6144a8cc75bcbdd4c09b19bdfa3dbe49b3 (diff)
Android: Update Android Gradle Plugin
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/build.gradle2
-rw-r--r--Source/Android/build.gradle2
2 files changed, 2 insertions, 2 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
diff --git a/Source/Android/build.gradle b/Source/Android/build.gradle
index ac31f01cf5..13780fbe5f 100644
--- a/Source/Android/build.gradle
+++ b/Source/Android/build.gradle
@@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.0.4'
+ classpath 'com.android.tools.build:gradle:7.1.1'
}
}