1
0
mirror of https://github.com/square/okhttp.git synced 2025-08-07 12:42:57 +03:00

OkHttp 4.3.1 is released

This commit is contained in:
Jesse Wilson
2020-01-07 13:44:16 -05:00
parent 1e02ecdd44
commit fd0919cfa4
11 changed files with 28 additions and 12 deletions

View File

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