summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/gradle.properties
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2019-02-05 12:17:06 +0100
committerTobrun <tobrun@mapbox.com>2019-02-13 11:29:49 +0200
commitca4648964a6180541dac3df1c1e848e67bc0d04e (patch)
treec872cce74ae28bf51f7efdabb9682e3af0f25bcc /platform/android/MapboxGLAndroidSDK/gradle.properties
parent841875b3e09f4c5f279d9dfdd204062f98236696 (diff)
downloadqtlocation-mapboxgl-ca4648964a6180541dac3df1c1e848e67bc0d04e.tar.gz
[android] - update codebase for Roboelectric v4.x
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/gradle.properties')
-rw-r--r--platform/android/MapboxGLAndroidSDK/gradle.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/gradle.properties b/platform/android/MapboxGLAndroidSDK/gradle.properties
index 65b16fb8dc..0dd023edac 100644
--- a/platform/android/MapboxGLAndroidSDK/gradle.properties
+++ b/platform/android/MapboxGLAndroidSDK/gradle.properties
@@ -18,3 +18,7 @@ POM_PACKAGING=aar
# Only build native dependencies for the current ABI
# See https://code.google.com/p/android/issues/detail?id=221098#c20
android.buildOnlyTargetAbi=true
+
+# Roboelectric 4.0 required config for < Android Studio v3.3.0
+# http://robolectric.org/migrating/#migrating-to-40
+android.enableUnitTestBinaryResources=true \ No newline at end of file