1
0
mirror of https://github.com/square/okhttp.git synced 2025-08-01 16:06:56 +03:00

Prepare for release 5.1.0.

This commit is contained in:
Jesse Wilson
2025-07-07 15:32:33 -04:00
parent 61a87359f6
commit d2dd180697
13 changed files with 30 additions and 16 deletions

View File

@ -37,7 +37,7 @@ Download
--------
```kotlin
implementation("com.squareup.okhttp3:logging-interceptor:5.0.0")
implementation("com.squareup.okhttp3:logging-interceptor:5.1.0")
```