Update OkHttp to 3.11.0.

This commit is contained in:
Andreas Schildbach 2018-08-02 18:41:24 +02:00
parent ae172df838
commit 5b0c11643f

View file

@ -16,8 +16,8 @@ dependencies {
compile 'com.android.support:support-core-ui:27.1.1'
compile 'com.android.support:support-core-utils:27.1.1'
compile 'com.android.support:recyclerview-v7:27.1.1'
compile 'com.squareup.okhttp3:okhttp:3.10.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.10.0'
compile 'com.squareup.okhttp3:okhttp:3.11.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.11.0'
compile 'com.google.guava:guava:25.1-android'
compile 'org.slf4j:slf4j-api:1.7.25'
compile 'com.github.tony19:logback-android:1.1.1-8'