From 5b0c11643f0cf7f0f9e7870bdbda6f40312528f6 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Thu, 2 Aug 2018 18:41:24 +0200 Subject: [PATCH] Update OkHttp to 3.11.0. --- oeffi/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index bebc354..7203d71 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -16,8 +16,8 @@ dependencies { compile 'com.android.support:support-core-ui:27.1.1' compile 'com.android.support:support-core-utils:27.1.1' compile 'com.android.support:recyclerview-v7:27.1.1' - compile 'com.squareup.okhttp3:okhttp:3.10.0' - compile 'com.squareup.okhttp3:logging-interceptor:3.10.0' + compile 'com.squareup.okhttp3:okhttp:3.11.0' + compile 'com.squareup.okhttp3:logging-interceptor:3.11.0' compile 'com.google.guava:guava:25.1-android' compile 'org.slf4j:slf4j-api:1.7.25' compile 'com.github.tony19:logback-android:1.1.1-8'