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

Changelog for OkHttp 4.9.2

This commit is contained in:
Jesse Wilson
2021-09-30 21:13:35 -04:00
parent 2861871028
commit a87f4b4585
11 changed files with 49 additions and 35 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.1")
testImplementation("com.squareup.okhttp3:okhttp-dnsoverhttps:4.9.2")
```
### Usage