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

Update README files to 4.9.1 (#6617)

This commit is contained in:
Goooler
2021-04-10 14:42:40 +08:00
committed by GitHub
parent 92f46a63a9
commit ef5d0c83f7
9 changed files with 9 additions and 9 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.0")
testImplementation("com.squareup.okhttp3:okhttp-dnsoverhttps:4.9.1")
```
### Usage