Skip to content

Commit

Permalink
Bump okhttp and merge deps. (#3962)
Browse files Browse the repository at this point in the history
  • Loading branch information
JBassett authored Oct 20, 2023
1 parent 0c3e228 commit f7b4818
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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" }
Expand Down

0 comments on commit f7b4818

Please sign in to comment.