summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/build.gradle
diff options
context:
space:
mode:
authorTobrun Van Nuland <tobrun.van.nuland@gmail.com>2017-09-21 07:26:24 +0200
committerTobrun <tobrun@mapbox.com>2018-06-01 20:05:56 +0200
commitbe66de6fcda643872311b21ba8fd5abc8302fc3e (patch)
tree4708e4aa4a57f6ba0bfb77fa9cd03832d7006d0e /platform/android/MapboxGLAndroidSDK/build.gradle
parenta721b74b87e51d17c5712fe947f56515c77defba (diff)
downloadqtlocation-mapboxgl-be66de6fcda643872311b21ba8fd5abc8302fc3e.tar.gz
[android] - Render tests with PixelMatch
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/build.gradle')
-rw-r--r--platform/android/MapboxGLAndroidSDK/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/build.gradle b/platform/android/MapboxGLAndroidSDK/build.gradle
index 21ed25e2c2..86919d21bc 100644
--- a/platform/android/MapboxGLAndroidSDK/build.gradle
+++ b/platform/android/MapboxGLAndroidSDK/build.gradle
@@ -110,8 +110,8 @@ android {
}
compileOptions {
- sourceCompatibility JavaVersion.VERSION_1_7
- targetCompatibility JavaVersion.VERSION_1_7
+ sourceCompatibility JavaVersion.VERSION_1_8
+ targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {