1
0
mirror of https://github.com/square/okhttp.git synced 2025-07-29 17:41:17 +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

@ -7,5 +7,5 @@ API is not considered stable and may change at any time.
### Download
```kotlin
testImplementation("com.squareup.okhttp3:okhttp-dnsoverhttps:4.3.0")
testImplementation("com.squareup.okhttp3:okhttp-dnsoverhttps:4.3.1")
```