1
0
mirror of https://github.com/square/okhttp.git synced 2025-07-29 17:41:17 +03:00

Prepare for release 4.1.0.

This commit is contained in:
Jesse Wilson
2019-08-12 13:00:00 -04:00
parent 96fbf6b330
commit 4739b27806
10 changed files with 42 additions and 11 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.0.1")
testImplementation("com.squareup.okhttp3:okhttp-dnsoverhttps:4.1.0")
```