summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-10-24 21:51:28 -0500
committerBrad Leege <bleege@gmail.com>2015-10-24 21:51:28 -0500
commit17d9461bfb3bbfb83b3de779dca124e1d23f1f45 (patch)
treef8a4b857fe8f5b025c29eadae230349ead828535 /android
parent39911e581c7bc82116c1c70608f246924de33b85 (diff)
downloadqtlocation-mapboxgl-17d9461bfb3bbfb83b3de779dca124e1d23f1f45.tar.gz
#2784 - Restoring API minimum to 15
Diffstat (limited to 'android')
-rw-r--r--android/MapboxGLAndroidSDK/gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/MapboxGLAndroidSDK/gradle.properties b/android/MapboxGLAndroidSDK/gradle.properties
index 1bbc801e48..601dba6cb2 100644
--- a/android/MapboxGLAndroidSDK/gradle.properties
+++ b/android/MapboxGLAndroidSDK/gradle.properties
@@ -12,7 +12,7 @@ POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=mapbox
POM_DEVELOPER_NAME=Mapbox
-ANDROID_MIN_SDK=14
+ANDROID_MIN_SDK=15
ANDROID_BUILD_TARGET_SDK_VERSION=23
ANDROID_BUILD_TOOLS_VERSION=23.0.1
ANDROID_BUILD_SDK_VERSION=23