Skip to content
This repository was archived by the owner on Jun 14, 2025. It is now read-only.

Commit 566bd04

Browse files
Bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0 (#472)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 21ad097 commit 566bd04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ android {
7878
}
7979

8080
configurations.all {
81-
resolutionStrategy.force("com.squareup.okhttp3:okhttp:4.11.0")
81+
resolutionStrategy.force("com.squareup.okhttp3:okhttp:4.12.0")
8282
}
8383

8484
packagingOptions.resources.excludes.addAll(
@@ -162,7 +162,7 @@ materialThemeBuilder {
162162
}
163163

164164
configurations.all {
165-
resolutionStrategy.force("com.squareup.okhttp3:okhttp:4.11.0")
165+
resolutionStrategy.force("com.squareup.okhttp3:okhttp:4.12.0")
166166
}
167167

168168
dependencies {
@@ -228,7 +228,7 @@ dependencies {
228228
// Add this line if you want to support Shizuku
229229
implementation("dev.rikka.shizuku:provider:$shizukuVersion")
230230

231-
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.12")
231+
implementation("com.squareup.okhttp3:okhttp:4.12.0")
232232

233233
implementation(projects.buildTools)
234234
implementation(projects.common)

0 commit comments

Comments
 (0)