build.gradle: Update OkHttp to 3.12.10.

This commit is contained in:
Andreas Schildbach 2020-03-06 19:09:46 +01:00
parent e12103df3d
commit 07f1175942
2 changed files with 4 additions and 2 deletions

View file

@ -19,9 +19,9 @@ dependencies {
implementation 'androidx.drawerlayout:drawerlayout:1.0.0' implementation 'androidx.drawerlayout:drawerlayout:1.0.0'
implementation 'androidx.core:core:1.1.0' implementation 'androidx.core:core:1.1.0'
//noinspection GradleDependency //noinspection GradleDependency
implementation 'com.squareup.okhttp3:okhttp:3.12.8' implementation 'com.squareup.okhttp3:okhttp:3.12.10'
//noinspection GradleDependency //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 'com.google.guava:guava:28.2-android'
implementation 'org.osmdroid:osmdroid-android:6.1.5' implementation 'org.osmdroid:osmdroid-android:6.1.5'
implementation 'org.slf4j:slf4j-api:1.7.30' implementation 'org.slf4j:slf4j-api:1.7.30'

View file

@ -53,9 +53,11 @@
-dontwarn okio.Okio -dontwarn okio.Okio
-dontwarn okhttp3.OkHttpClient$Builder -dontwarn okhttp3.OkHttpClient$Builder
-dontwarn okhttp3.internal.platform.ConscryptPlatform -dontwarn okhttp3.internal.platform.ConscryptPlatform
-dontwarn okhttp3.internal.platform.Android10Platform
-dontnote okhttp3.internal.platform.ConscryptPlatform -dontnote okhttp3.internal.platform.ConscryptPlatform
-dontnote okhttp3.internal.platform.Platform -dontnote okhttp3.internal.platform.Platform
-dontnote okhttp3.internal.platform.AndroidPlatform -dontnote okhttp3.internal.platform.AndroidPlatform
-dontnote okhttp3.internal.platform.Android10Platform
# Guava # Guava
-dontwarn sun.misc.Unsafe -dontwarn sun.misc.Unsafe