add explicit dependency to okio and upgrade to its latest version

This commit is contained in:
Christophe Beyls 2024-04-12 16:42:40 +02:00
parent 3188ccb256
commit 9b6d9a5d07
2 changed files with 3 additions and 0 deletions

View File

@ -149,6 +149,7 @@ dependencies {
implementation libs.networkresult.calladapter
implementation libs.bundles.okhttp
implementation libs.okio
implementation libs.conscrypt.android

View File

@ -42,6 +42,7 @@ mockito-kotlin = "5.3.1"
moshi = "1.15.1"
networkresult-calladapter = "1.1.0"
okhttp = "4.12.0"
okio = "3.9.0"
retrofit = "2.11.0"
robolectric = "4.12.1"
sparkbutton = "4.2.0"
@ -122,6 +123,7 @@ moshi-kotlin-codegen = { module = "com.squareup.moshi:moshi-kotlin-codegen", ver
networkresult-calladapter = { module = "at.connyduck:networkresult-calladapter", version.ref = "networkresult-calladapter" }
okhttp-core = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
okhttp-logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
okio = { module = "com.squareup.okio:okio", version.ref = "okio" }
retrofit-converter-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.ref = "retrofit" }
retrofit-core = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" }