Skip to content

Commit eb31d36

Browse files
committed
build: update OkHttp 5.0.0-alpha.3 to 5.4.0 stable
Move off the pre-release alpha to the current stable OkHttp 5.x line. The network-client API used (OkHttpClient, newCall/execute, Request.Builder, Credentials.basic, toMediaType/toRequestBody, HttpUrl) is stable across 5.x.
1 parent 9dadd24 commit eb31d36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
implementation("com.blacksquircle.ui:language-base:2.6.0")
6666
implementation("com.blacksquircle.ui:language-json:2.6.0")
6767

68-
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.3")
68+
implementation("com.squareup.okhttp3:okhttp:5.4.0")
6969
implementation("org.yaml:snakeyaml:2.3")
7070
implementation("com.github.daniel-stoneuk:material-about-library:3.2.0-rc01")
7171
implementation("com.jakewharton:process-phoenix:2.1.2")

0 commit comments

Comments
 (0)