1
0
mirror of https://github.com/square/okhttp.git synced 2025-10-27 18:15:35 +03:00

Put 5.2.1 in the changelog

This commit is contained in:
Jesse Wilson
2025-10-09 19:13:15 -04:00
parent 2f3491c0fb
commit dad534a815
13 changed files with 27 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.2.0")
testImplementation("com.squareup.okhttp3:okhttp-dnsoverhttps:5.2.1")
```
### Usage