From 07f11759427263aa88c9d526bd0e1db2a25e3b58 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Fri, 6 Mar 2020 19:09:46 +0100 Subject: [PATCH] build.gradle: Update OkHttp to 3.12.10. --- oeffi/build.gradle | 4 ++-- oeffi/proguard.cfg | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index fac8fec..94f4515 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -19,9 +19,9 @@ dependencies { implementation 'androidx.drawerlayout:drawerlayout:1.0.0' implementation 'androidx.core:core:1.1.0' //noinspection GradleDependency - implementation 'com.squareup.okhttp3:okhttp:3.12.8' + implementation 'com.squareup.okhttp3:okhttp:3.12.10' //noinspection GradleDependency - implementation 'com.squareup.okhttp3:logging-interceptor:3.12.8' + implementation 'com.squareup.okhttp3:logging-interceptor:3.12.10' implementation 'com.google.guava:guava:28.2-android' implementation 'org.osmdroid:osmdroid-android:6.1.5' implementation 'org.slf4j:slf4j-api:1.7.30' diff --git a/oeffi/proguard.cfg b/oeffi/proguard.cfg index ee2ddd3..3467962 100644 --- a/oeffi/proguard.cfg +++ b/oeffi/proguard.cfg @@ -53,9 +53,11 @@ -dontwarn okio.Okio -dontwarn okhttp3.OkHttpClient$Builder -dontwarn okhttp3.internal.platform.ConscryptPlatform +-dontwarn okhttp3.internal.platform.Android10Platform -dontnote okhttp3.internal.platform.ConscryptPlatform -dontnote okhttp3.internal.platform.Platform -dontnote okhttp3.internal.platform.AndroidPlatform +-dontnote okhttp3.internal.platform.Android10Platform # Guava -dontwarn sun.misc.Unsafe