mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 16:08:49 +00:00
Update OkHttp to 3.12.8.
This commit is contained in:
parent
70d22aff71
commit
8ec3f451ff
2 changed files with 3 additions and 2 deletions
|
@ -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.6'
|
implementation 'com.squareup.okhttp3:okhttp:3.12.8'
|
||||||
//noinspection GradleDependency
|
//noinspection GradleDependency
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.12.6'
|
implementation 'com.squareup.okhttp3:logging-interceptor:3.12.8'
|
||||||
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'
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
# OkHttp
|
# OkHttp
|
||||||
-dontwarn okio.DeflaterSink
|
-dontwarn okio.DeflaterSink
|
||||||
-dontwarn okio.Okio
|
-dontwarn okio.Okio
|
||||||
|
-dontwarn okhttp3.OkHttpClient$Builder
|
||||||
-dontwarn okhttp3.internal.platform.ConscryptPlatform
|
-dontwarn okhttp3.internal.platform.ConscryptPlatform
|
||||||
-dontnote okhttp3.internal.platform.ConscryptPlatform
|
-dontnote okhttp3.internal.platform.ConscryptPlatform
|
||||||
-dontnote okhttp3.internal.platform.Platform
|
-dontnote okhttp3.internal.platform.Platform
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue