summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2016-04-27 16:54:14 -0500
committerBrad Leege <bleege@gmail.com>2016-04-27 16:54:14 -0500
commitfbf398f10d3caa69c5b60f84670107fae1e0b63d (patch)
treec31f960487f5edc72e6e5758e2c66d796b2b86f0 /platform/android/MapboxGLAndroidSDK
parentc6420b1549d9d9d65fa39ed2f456ff15c1093cc8 (diff)
downloadqtlocation-mapboxgl-fbf398f10d3caa69c5b60f84670107fae1e0b63d.tar.gz
[android] #4112 - Updating build tools, support libraries, gradle tools, and test app version
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK')
-rw-r--r--platform/android/MapboxGLAndroidSDK/build.gradle2
-rw-r--r--platform/android/MapboxGLAndroidSDK/gradle.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/build.gradle b/platform/android/MapboxGLAndroidSDK/build.gradle
index cc06995df6..a0492c21af 100644
--- a/platform/android/MapboxGLAndroidSDK/build.gradle
+++ b/platform/android/MapboxGLAndroidSDK/build.gradle
@@ -18,7 +18,7 @@ repositories {
}
ext {
- supportLibVersion = '23.1.1'
+ supportLibVersion = '23.3.0'
}
dependencies {
diff --git a/platform/android/MapboxGLAndroidSDK/gradle.properties b/platform/android/MapboxGLAndroidSDK/gradle.properties
index 56cb4324fb..c2df63b0bb 100644
--- a/platform/android/MapboxGLAndroidSDK/gradle.properties
+++ b/platform/android/MapboxGLAndroidSDK/gradle.properties
@@ -14,7 +14,7 @@ POM_DEVELOPER_NAME=Mapbox
ANDROID_MIN_SDK=15
ANDROID_BUILD_TARGET_SDK_VERSION=23
-ANDROID_BUILD_TOOLS_VERSION=23.0.2
+ANDROID_BUILD_TOOLS_VERSION=23.0.3
ANDROID_BUILD_SDK_VERSION=23
POM_NAME=Mapbox GL Android SDK