We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be4a8e3 commit 1f57321Copy full SHA for 1f57321
1 file changed
service/build.gradle.kts
@@ -19,7 +19,7 @@ dependencies {
19
implementation(libs.androidx.room.ktx)
20
implementation(libs.kaidl.runtime)
21
implementation(libs.rikkax.multiprocess)
22
- implementation(platform("com.squareup.okhttp3:okhttp-bom:4.10.0"))
+ implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
23
24
// define any required OkHttp artifacts without version
25
implementation("com.squareup.okhttp3:okhttp")
0 commit comments