1
0
mirror of https://github.com/square/okhttp.git synced 2025-08-07 12:42:57 +03:00

Advertise 4.12.0 in docs

This commit is contained in:
Jesse Wilson
2023-12-17 10:34:10 -05:00
parent 777aec56f6
commit c9f62b501a
12 changed files with 16 additions and 16 deletions

View File

@@ -7,5 +7,5 @@ This used to be part of `okhttp-urlconnection`
### Download
```kotlin
testImplementation("com.squareup.okhttp3:okhttp-java-net-cookiehandler:4.11.0")
testImplementation("com.squareup.okhttp3:okhttp-java-net-cookiehandler:4.12.0")
```