From 766830bcad3fc6af56f3e12afa9b80ab79b892fa Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sat, 17 Nov 2018 20:26:10 +0100 Subject: [PATCH] Update OkHttp to 3.12.0. --- oeffi/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index a22c812..b4292dc 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -14,8 +14,8 @@ dependencies { compile 'androidx.annotation:annotation:1.0.0' compile 'androidx.recyclerview:recyclerview:1.0.0' compile 'androidx.drawerlayout:drawerlayout:1.0.0' - compile 'com.squareup.okhttp3:okhttp:3.11.0' - compile 'com.squareup.okhttp3:logging-interceptor:3.11.0' + compile 'com.squareup.okhttp3:okhttp:3.12.0' + compile 'com.squareup.okhttp3:logging-interceptor:3.12.0' compile 'com.google.guava:guava:26.0-android' compile 'org.osmdroid:osmdroid-android:6.0.2' compile 'org.slf4j:slf4j-api:1.7.25'