diff options
author | Brad Leege <bleege@gmail.com> | 2015-11-05 17:49:53 -0600 |
---|---|---|
committer | Brad Leege <bleege@gmail.com> | 2015-11-05 17:49:53 -0600 |
commit | bbf16b2b1dc3692298b3b33d5afaa72cab7e120d (patch) | |
tree | 577498ad5fb10035eb938a41e17c7c1f92c13185 /android | |
parent | c8de6fda517bab31db52c599788dc11430477fd6 (diff) | |
download | qtlocation-mapboxgl-bbf16b2b1dc3692298b3b33d5afaa72cab7e120d.tar.gz |
[android] #2891 - 23.0.2 Take 2
Diffstat (limited to 'android')
-rw-r--r-- | android/MapboxGLAndroidSDK/gradle.properties | 2 | ||||
-rw-r--r-- | android/MapboxGLAndroidSDKTestApp/build.gradle | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/android/MapboxGLAndroidSDK/gradle.properties b/android/MapboxGLAndroidSDK/gradle.properties index d1deec82e3..68ca0f4c2a 100644 --- a/android/MapboxGLAndroidSDK/gradle.properties +++ b/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.1 +ANDROID_BUILD_TOOLS_VERSION=23.0.2 ANDROID_BUILD_SDK_VERSION=23 POM_NAME=Mapbox GL Android SDK diff --git a/android/MapboxGLAndroidSDKTestApp/build.gradle b/android/MapboxGLAndroidSDKTestApp/build.gradle index cde0cd4fc3..fbfc00376f 100644 --- a/android/MapboxGLAndroidSDKTestApp/build.gradle +++ b/android/MapboxGLAndroidSDKTestApp/build.gradle @@ -34,7 +34,7 @@ gradle.projectsEvaluated { android { compileSdkVersion 23 - buildToolsVersion "23.0.1" + buildToolsVersion "23.0.2" defaultConfig { applicationId "com.mapbox.mapboxgl.testapp" |