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

Update okhttp-loggin-interceptor

I found missed version. It must to include the okhttp '3' on dependency of gradle.
This commit is contained in:
Jung KyungHo
2016-01-08 13:40:40 +09:00
parent 751481ae2a
commit 469c063135

View File

@@ -42,7 +42,7 @@ Get via Maven:
or via Gradle
```groovy
compile 'com.squareup.okhttp:logging-interceptor:(insert latest version)'
compile 'com.squareup.okhttp3:logging-interceptor:(insert latest version)'
```