mirror of
https://github.com/square/okhttp.git
synced 2025-11-23 06:42:24 +03:00
14 lines
242 B
Markdown
14 lines
242 B
Markdown
OkHttp Android
|
|
==============
|
|
|
|
Enhanced APIs for using OkHttp on Android.
|
|
|
|
At the moment, this will mostly likely only be useful for fastFallback.
|
|
|
|
Download
|
|
--------
|
|
|
|
```kotlin
|
|
implementation("com.squareup.okhttp3:okhttp-android:4.11.0")
|
|
```
|