We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e29993 commit a7e4accCopy full SHA for a7e4acc
build.gradle.kts
@@ -24,7 +24,7 @@ version = properties("pluginVersion")
24
dependencies {
25
implementation("com.squareup.retrofit2:retrofit:2.9.0")
26
// define a BOM and its version
27
- implementation(platform("com.squareup.okhttp3:okhttp-bom:4.11.0"))
+ implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
28
implementation("com.squareup.retrofit2:converter-gson:2.9.0")
29
implementation("com.squareup.okhttp3:okhttp")
30
implementation("com.squareup.okhttp3:logging-interceptor")
0 commit comments