summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2016-01-19 14:56:52 +0100
committerTobrun <tobrun@mapbox.com>2016-01-19 15:26:04 +0100
commitfa84283a9d2b1b38332012abc989f992d29d31f0 (patch)
tree08c299da606466b400668a9afcd44aecddeac968 /platform
parent8ffe776141bc5740438f65ef6b66ff9663c6204e (diff)
downloadqtlocation-mapboxgl-fa84283a9d2b1b38332012abc989f992d29d31f0.tar.gz
[android] #3608 - upgrade okhttp3 to version 2
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 55beb8dea8..c194a8c34c 100644
--- a/platform/android/MapboxGLAndroidSDK/build.gradle
+++ b/platform/android/MapboxGLAndroidSDK/build.gradle
@@ -25,7 +25,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.0.0'
+ compile 'com.squareup.okhttp3:okhttp:3.0.1'
compile 'com.mapzen.android:lost:1.0.1'
}