From dab3b4a93dc3c8a330ce65bd1c5f4acb227d7128 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Mon, 21 Jan 2019 18:05:29 +0100 Subject: [PATCH] Update OkHttp to 3.12.1. --- oeffi/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index 11660c9..f8182ae 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -15,8 +15,8 @@ dependencies { compile 'androidx.recyclerview:recyclerview:1.0.0' compile 'androidx.drawerlayout:drawerlayout:1.0.0' compile 'androidx.core:core:1.0.0' - compile 'com.squareup.okhttp3:okhttp:3.12.0' - compile 'com.squareup.okhttp3:logging-interceptor:3.12.0' + compile 'com.squareup.okhttp3:okhttp:3.12.1' + compile 'com.squareup.okhttp3:logging-interceptor:3.12.1' compile 'com.google.guava:guava:27.0.1-android' compile 'org.osmdroid:osmdroid-android:6.0.3' compile 'org.slf4j:slf4j-api:1.7.25'