From a79922d7c9b3e72c80d60f1f611b5b4b5d05489a Mon Sep 17 00:00:00 2001 From: jendib Date: Mon, 6 Jun 2016 20:51:05 +0200 Subject: [PATCH] Android: upgrade okhttp (fix for Android 6) --- docs-android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-android/app/build.gradle b/docs-android/app/build.gradle index 9252b12e..a38850e3 100644 --- a/docs-android/app/build.gradle +++ b/docs-android/app/build.gradle @@ -56,7 +56,7 @@ dependencies { compile 'it.sephiroth.android.library.imagezoom:imagezoom:1.0.5' compile 'org.greenrobot:eventbus:3.0.0' compile 'com.squareup.picasso:picasso:2.5.2' - compile 'com.squareup.okhttp3:okhttp:3.1.1' - compile "com.squareup.okhttp3:okhttp-urlconnection:3.1.1" + compile 'com.squareup.okhttp3:okhttp:3.3.1' + compile "com.squareup.okhttp3:okhttp-urlconnection:3.3.1" compile 'com.jakewharton.picasso:picasso2-okhttp3-downloader:1.0.2' }