1
0
mirror of https://github.com/square/okhttp.git synced 2025-07-31 05:04:26 +03:00

Prepare for release 4.4.0.

This commit is contained in:
Jesse Wilson
2020-02-17 17:51:22 -05:00
parent 3f946d0b13
commit 44124ba2a3
11 changed files with 69 additions and 13 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.1")
testImplementation("com.squareup.okhttp3:okhttp-dnsoverhttps:4.4.0")
```