Update OkHttp to 3.12.1.

This commit is contained in:
Andreas Schildbach 2019-01-21 18:05:29 +01:00
parent 4c4d967c54
commit dab3b4a93d

View file

@ -15,8 +15,8 @@ dependencies {
compile 'androidx.recyclerview:recyclerview:1.0.0'
compile 'androidx.drawerlayout:drawerlayout:1.0.0'
compile 'androidx.core:core:1.0.0'
compile 'com.squareup.okhttp3:okhttp:3.12.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.12.0'
compile 'com.squareup.okhttp3:okhttp:3.12.1'
compile 'com.squareup.okhttp3:logging-interceptor:3.12.1'
compile 'com.google.guava:guava:27.0.1-android'
compile 'org.osmdroid:osmdroid-android:6.0.3'
compile 'org.slf4j:slf4j-api:1.7.25'