summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/build.gradle
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2017-11-23 10:09:05 +0100
committerTobrun <tobrun@mapbox.com>2017-12-19 13:39:38 +0100
commit1b0a5f633a6a6e826b0ec2b27d6c08712d6dd4cb (patch)
treef17aaf362747741f587341922ea578bedac262bf /platform/android/MapboxGLAndroidSDK/build.gradle
parent7f14f0270d6cedacecd9ace341e6fcbb2bc6810c (diff)
downloadqtlocation-mapboxgl-1b0a5f633a6a6e826b0ec2b27d6c08712d6dd4cb.tar.gz
[android] - replace anonymous inner classes with lambda
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/build.gradle')
-rw-r--r--platform/android/MapboxGLAndroidSDK/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/build.gradle b/platform/android/MapboxGLAndroidSDK/build.gradle
index f3e9433a0b..24cfac50f8 100644
--- a/platform/android/MapboxGLAndroidSDK/build.gradle
+++ b/platform/android/MapboxGLAndroidSDK/build.gradle
@@ -120,7 +120,7 @@ android {
}
lintOptions {
- disable 'MissingTranslation', 'TypographyQuotes'
+ disable 'MissingTranslation', 'TypographyQuotes', 'ObsoleteLintCustomCheck', 'MissingPermission'
baseline file("lint-baseline-local.xml")
checkAllWarnings true
warningsAsErrors false