Update OkHttp to 3.12.3.

This commit is contained in:
Andreas Schildbach 2019-06-18 15:00:55 +02:00
parent e6f02fbf9a
commit 7afaafac0a

View file

@ -16,8 +16,8 @@ dependencies {
compile 'androidx.coordinatorlayout:coordinatorlayout:1.0.0'
compile 'androidx.drawerlayout:drawerlayout:1.0.0'
compile 'androidx.core:core:1.0.1'
compile 'com.squareup.okhttp3:okhttp:3.12.2'
compile 'com.squareup.okhttp3:logging-interceptor:3.12.2'
compile 'com.squareup.okhttp3:okhttp:3.12.3'
compile 'com.squareup.okhttp3:logging-interceptor:3.12.3'
compile 'com.google.guava:guava:28.0-android'
compile 'org.osmdroid:osmdroid-android:6.1.0'
compile 'org.slf4j:slf4j-api:1.7.25'