summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/build.gradle
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-10-25 14:15:18 +0200
committerTobrun <tobrun@mapbox.com>2018-10-31 14:53:56 +0100
commit2c6d73077d2192764db125961935868782363b6a (patch)
treedbac7616af18b8120a1597f636d39a333c2f9eb2 /platform/android/MapboxGLAndroidSDK/build.gradle
parent6eede3dd9be2efea58a1f302c407d34cbaa43878 (diff)
downloadqtlocation-mapboxgl-2c6d73077d2192764db125961935868782363b6a.tar.gz
[android] - remove java 8 language features
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/build.gradle')
-rw-r--r--platform/android/MapboxGLAndroidSDK/build.gradle5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/build.gradle b/platform/android/MapboxGLAndroidSDK/build.gradle
index 843836eb3b..8143adcc36 100644
--- a/platform/android/MapboxGLAndroidSDK/build.gradle
+++ b/platform/android/MapboxGLAndroidSDK/build.gradle
@@ -118,11 +118,6 @@ android {
main.res.srcDirs += 'src/main/res-public'
}
- compileOptions {
- sourceCompatibility JavaVersion.VERSION_1_8
- targetCompatibility JavaVersion.VERSION_1_8
- }
-
lintOptions {
disable 'MissingTranslation', 'TypographyQuotes', 'ObsoleteLintCustomCheck', 'MissingPermission', 'WrongThreadInterprocedural'
checkAllWarnings true