From 0075f1dcceff2f03893fcd74259ad0165d1b999b Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sun, 14 Feb 2021 14:45:34 +0100 Subject: [PATCH] build.gradle: Update OkHttp to 3.12.13. --- oeffi/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index 183e030..6651da6 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -19,9 +19,9 @@ dependencies { implementation 'androidx.drawerlayout:drawerlayout:1.1.1' implementation 'androidx.core:core:1.3.2' //noinspection GradleDependency - implementation 'com.squareup.okhttp3:okhttp:3.12.12' + implementation 'com.squareup.okhttp3:okhttp:3.12.13' //noinspection GradleDependency - implementation 'com.squareup.okhttp3:logging-interceptor:3.12.12' + implementation 'com.squareup.okhttp3:logging-interceptor:3.12.13' implementation 'com.google.guava:guava:30.1-android' implementation 'org.osmdroid:osmdroid-android:6.1.8' implementation 'org.slf4j:slf4j-api:1.7.30'