summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/build.gradle
diff options
context:
space:
mode:
authorTamás Szincsák <dontomika@gmail.com>2018-10-22 00:53:32 +0200
committerTobrun <tobrun@mapbox.com>2018-10-24 13:57:21 +0200
commit555dcd8da9d3836a9a2b4656f94211db335bbbe0 (patch)
treeefec93f1b0fe9170170901632ed1886c0311f5ba /platform/android/MapboxGLAndroidSDK/build.gradle
parentd5b66e56e9bc3c01252cd4b3948dea6cf11307f2 (diff)
downloadqtlocation-mapboxgl-555dcd8da9d3836a9a2b4656f94211db335bbbe0.tar.gz
[android] Revert vectorDrawables.useSupportLibrary to false in order to increase stability on Android 4.4 and below
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/build.gradle')
-rw-r--r--platform/android/MapboxGLAndroidSDK/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/build.gradle b/platform/android/MapboxGLAndroidSDK/build.gradle
index f91df8a8a4..f20326e3db 100644
--- a/platform/android/MapboxGLAndroidSDK/build.gradle
+++ b/platform/android/MapboxGLAndroidSDK/build.gradle
@@ -27,7 +27,6 @@ android {
buildToolsVersion androidVersions.buildToolsVersion
defaultConfig {
- vectorDrawables.useSupportLibrary = true
minSdkVersion androidVersions.minSdkVersion
targetSdkVersion androidVersions.targetSdkVersion
buildConfigField "String", "GIT_REVISION_SHORT", String.format("\"%s\"", getGitRevision())