summaryrefslogtreecommitdiff
path: root/platform/android
diff options
context:
space:
mode:
authorTobrun Van Nuland <tobrun.van.nuland@gmail.com>2016-05-25 13:14:22 +0200
committerTobrun Van Nuland <tobrun.van.nuland@gmail.com>2016-05-25 14:09:50 +0200
commit1950f7e6969338105389340f7c63bef69919c9f5 (patch)
tree6e557b4f5ee0a3137e8c7744262520edff7afa53 /platform/android
parent75dbbcdcc03a7a4c613b2e49e07d4c975eef0f1b (diff)
downloadqtlocation-mapboxgl-1950f7e6969338105389340f7c63bef69919c9f5.tar.gz
[android] #5131 - update okhttp dependency
Diffstat (limited to 'platform/android')
-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 8ddc76c9ee..38688a9aca 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.2.0'
+ compile 'com.squareup.okhttp3:okhttp:3.3.0'
compile 'com.mapzen.android:lost:1.1.0'
}