summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorphilemonmerlet <philemon.merlet@gmail.com>2016-12-20 16:49:11 +0100
committerTobrun <tobrun.van.nuland@gmail.com>2016-12-20 16:49:11 +0100
commit3032a67a53c02ab3b4281656456e6d62372c080f (patch)
treeb826665e37313d8b6c1227c96535a5d5125fc2b1 /platform
parent889d92e0c90d2850745942e42157dca4d4e48cfe (diff)
downloadqtlocation-mapboxgl-3032a67a53c02ab3b4281656456e6d62372c080f.tar.gz
[android] Upgrade OKHTTP to 3.5.0 (released december the 1st, 2016) (#7491)
Diffstat (limited to 'platform')
-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 c5d92310e9..b17fa91d04 100644
--- a/platform/android/MapboxGLAndroidSDK/build.gradle
+++ b/platform/android/MapboxGLAndroidSDK/build.gradle
@@ -8,7 +8,7 @@ dependencies {
compile "com.android.support:support-annotations:${supportLibVersion}"
compile "com.android.support:support-v4:${supportLibVersion}"
compile "com.android.support:design:${supportLibVersion}"
- compile 'com.squareup.okhttp3:okhttp:3.4.1'
+ compile 'com.squareup.okhttp3:okhttp:3.5.0'
compile 'com.mapzen.android:lost:1.1.1'
compile 'com.jakewharton.timber:timber:4.3.1'