Update OkHttp to 3.12.1.

This commit is contained in:
Andreas Schildbach
2019-02-14 23:37:00 +01:00
parent f24a4aa19a
commit d4da02155f

View File

@@ -12,7 +12,7 @@ dependencies {
implementation 'com.lambdaworks:scrypt:1.4.0'
implementation 'com.google.guava:guava:27.0.1-android'
compile 'com.google.protobuf:protobuf-java:3.5.1'
implementation 'com.squareup.okhttp3:okhttp:3.12.0'
implementation 'com.squareup.okhttp3:okhttp:3.12.1'
implementation 'org.slf4j:slf4j-api:1.7.25'
implementation 'net.jcip:jcip-annotations:1.0'
compileOnly 'org.fusesource.leveldbjni:leveldbjni-all:1.8'