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-23 12:09:48 +0100
commit4a2ced565170ed5e8779d83bb843671ce8df93aa (patch)
treefc9faa2d3e35f33907c6f8dd9b55b689a22a58ab /platform/android/MapboxGLAndroidSDK/build.gradle
parentb03c2263737a1a9277fd7f794e33571ef3f671fa (diff)
downloadqtlocation-mapboxgl-4a2ced565170ed5e8779d83bb843671ce8df93aa.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.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/build.gradle b/platform/android/MapboxGLAndroidSDK/build.gradle
index ce886b1001..f70f987271 100644
--- a/platform/android/MapboxGLAndroidSDK/build.gradle
+++ b/platform/android/MapboxGLAndroidSDK/build.gradle
@@ -127,7 +127,7 @@ android {
}
testOptions {
- unitTests{
+ unitTests {
returnDefaultValues = true
}
}