summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/build.gradle
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2016-10-26 16:09:51 +0200
committerGitHub <noreply@github.com>2016-10-26 16:09:51 +0200
commite7bfa7849e4ed7a80d27b63ac2f504660ecfb14b (patch)
treea42669fc8e544b91ad0855c6c2500a6ec4cc43c7 /platform/android/MapboxGLAndroidSDK/build.gradle
parenta4d259c33f9bb890bba97fd89552720e3e0ec09b (diff)
downloadqtlocation-mapboxgl-e7bfa7849e4ed7a80d27b63ac2f504660ecfb14b.tar.gz
[android] - Update to Android Studio 2.2.2 with tools/dependencies (#6390)
* [android] - update android gradle tools, update test app version number, update target sdk to nougat, update support lib versions to latest * new tools generated an aligned test apk, breaks CI integration * update to Nougat release 7.1, update related tooling, update version code test app to 5.0.0. * update wear module * update gradle.properties
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/build.gradle')
-rw-r--r--platform/android/MapboxGLAndroidSDK/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/build.gradle b/platform/android/MapboxGLAndroidSDK/build.gradle
index 3386bd81aa..3f50f27d84 100644
--- a/platform/android/MapboxGLAndroidSDK/build.gradle
+++ b/platform/android/MapboxGLAndroidSDK/build.gradle
@@ -18,7 +18,7 @@ repositories {
}
ext {
- supportLibVersion = '23.4.0'
+ supportLibVersion = '25.0.0'
}
dependencies {