From d52788ce3a1a643a3c0ad75fdf16f42fc1e11b9b Mon Sep 17 00:00:00 2001 From: Javier Santos Date: Tue, 3 Jan 2017 17:10:50 +0100 Subject: [PATCH] Update okhttp to 3.5.0 --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 855a93a6..2fcc4edf 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -22,5 +22,5 @@ dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:25.1.0' compile 'com.android.support:design:25.1.0' - compile 'com.squareup.okhttp3:okhttp:3.4.2' + compile 'com.squareup.okhttp3:okhttp:3.5.0' }