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

Prepare for release 4.8.0.

This commit is contained in:
Jesse Wilson
2020-07-11 14:01:06 -04:00
parent cf367d9339
commit a70e992c3f
10 changed files with 39 additions and 12 deletions

View File

@ -7,5 +7,5 @@ API is not considered stable and may change at any time.
### Download
```kotlin
testImplementation("com.squareup.okhttp3:okhttp-dnsoverhttps:4.7.2")
testImplementation("com.squareup.okhttp3:okhttp-dnsoverhttps:4.8.0")
```