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

4.10.0 is out

This commit is contained in:
Jesse Wilson
2022-06-12 10:09:53 -04:00
parent bd17b2454a
commit e9a3ad3d94
12 changed files with 27 additions and 15 deletions

View File

@ -6,7 +6,7 @@ This module is an implementation of [DNS over HTTPS][1] using OkHttp.
### Download
```kotlin
testImplementation("com.squareup.okhttp3:okhttp-dnsoverhttps:4.9.3")
testImplementation("com.squareup.okhttp3:okhttp-dnsoverhttps:4.10.0")
```
### Usage