We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1ae371 + 5c8cf03 commit 76403aeCopy full SHA for 76403ae
1 file changed
app/build.gradle.kts
@@ -367,10 +367,10 @@ dependencies {
367
368
// Utils
369
implementation("androidx.work:work-runtime:2.9.0")
370
- implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.11")
371
- implementation("com.squareup.okhttp3:okhttp-dnsoverhttps:5.0.0-alpha.11")
+ implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.12")
+ implementation("com.squareup.okhttp3:okhttp-dnsoverhttps:5.0.0-alpha.12")
372
// logging interceptor
373
- debugImplementation("com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.11")
+ debugImplementation("com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.12")
374
// Chromium cronet from androidacy
375
implementation("org.chromium.net:cronet-embedded:113.5672.61")
376
0 commit comments