summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/gradle.properties
diff options
context:
space:
mode:
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