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

Prepare for release 5.1.0.

This commit is contained in:
Jesse Wilson
2025-07-07 15:32:33 -04:00
parent 61a87359f6
commit d2dd180697
13 changed files with 30 additions and 16 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:5.0.0")
testImplementation("com.squareup.okhttp3:okhttp-dnsoverhttps:5.1.0")
```
### Usage