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

Update Release version (#7792)

This commit is contained in:
Yuri Schimke
2023-05-01 11:27:57 +01:00
committed by GitHub
parent ea105f8885
commit 248b0e6318
12 changed files with 19 additions and 20 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.10.0")
testImplementation("com.squareup.okhttp3:okhttp-dnsoverhttps:4.11.0")
```
### Usage