bump okhttp to 4.12.0

This commit is contained in:
5ec1cff 2025-01-14 21:56:43 +08:00
parent 7f4d5773ec
commit 9a990d168c
No known key found for this signature in database
GPG key ID: 609C383297F6FEBF

View file

@ -19,7 +19,7 @@ dependencies {
implementation(libs.androidx.room.ktx)
implementation(libs.kaidl.runtime)
implementation(libs.rikkax.multiprocess)
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.10.0"))
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
// define any required OkHttp artifacts without version
implementation("com.squareup.okhttp3:okhttp")