Bump okhttp and merge deps. (#3962)

This commit is contained in:
Justin Bassett 2023-10-20 18:25:23 -04:00 committed by GitHub
parent 0c3e228cfa
commit f7b4818488
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,11 +39,10 @@ kotlin = "1.9.10"
ksp = "1.9.10-1.0.13"
ktlint = "11.6.1"
lifecycle = "2.6.2"
loggingInterceptor = "4.11.0"
material = "1.9.0"
media3 = "1.1.1"
navigation-compose = "2.7.2"
okhttp = "4.11.0"
okhttp = "4.12.0"
paging = "3.2.1"
picasso = "2.8"
play-services-threadnetwork = "16.0.0"
@ -138,7 +137,7 @@ kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutine
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "loggingInterceptor" }
logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation-compose" }
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
material = { module = "com.google.android.material:material", version.ref = "material" }