1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-23 06:42:24 +03:00
Files
okhttp/okhttp-android/README.md
2023-05-01 11:27:57 +01:00

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")
```