We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf0929 commit 468ced0Copy full SHA for 468ced0
1 file changed
app/build.gradle
@@ -99,7 +99,7 @@ dependencies {
99
implementation "io.coil-kt:coil-compose:$coil_version"
100
101
def retrofit = "3.0.0"
102
- def okhttp = "4.12.0"
+ def okhttp = "5.1.0"
103
implementation "com.squareup.retrofit2:retrofit:$retrofit"
104
implementation "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0"
105
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0"
0 commit comments