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

New releasing guide.

Also make readmes offer artifacts with Gradle syntax
This commit is contained in:
Jesse Wilson
2019-05-25 21:26:22 -04:00
parent a26d8faa2d
commit 0bca781fc3
8 changed files with 77 additions and 44 deletions

View File

@ -3,3 +3,9 @@ OkHttp DNS over HTTPS Implementation
This module is an experimental implementation of DNS over HTTPS using OkHttp.
API is not considered stable and may change at any time.
### Download
```kotlin
testImplementation("com.squareup.okhttp3:okhttp-dnsoverhttps:3.14.2")
```