summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/build.gradle
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-01-11 08:40:11 +0100
committerTobrun <tobrun@mapbox.com>2018-01-11 09:56:41 +0100
commitd164ed023bb3e0b839e823ff0f7581e99c7c05e7 (patch)
tree776e2db54298a33c9ee615730b7c94a4e527baed /platform/android/MapboxGLAndroidSDK/build.gradle
parenta500125518cd805a0d539c927627dadad7ee63e5 (diff)
downloadqtlocation-mapboxgl-d164ed023bb3e0b839e823ff0f7581e99c7c05e7.tar.gz
[android] - add filesource activation/deactivation to OfflineRegion status and deletion
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/build.gradle')
-rw-r--r--platform/android/MapboxGLAndroidSDK/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/build.gradle b/platform/android/MapboxGLAndroidSDK/build.gradle
index 70c98f534a..7fdf5be3f7 100644
--- a/platform/android/MapboxGLAndroidSDK/build.gradle
+++ b/platform/android/MapboxGLAndroidSDK/build.gradle
@@ -108,8 +108,8 @@ android {
}
compileOptions {
- sourceCompatibility JavaVersion.VERSION_1_7
- targetCompatibility JavaVersion.VERSION_1_7
+ sourceCompatibility JavaVersion.VERSION_1_8
+ targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {
@@ -120,7 +120,7 @@ android {
}
testOptions {
- unitTests{
+ unitTests {
returnDefaultValues = true
}
}