Update OkHttp

This commit is contained in:
arkon 2020-08-09 11:48:08 -04:00
parent 3e6b0117fd
commit 6f047fb5aa

View File

@ -163,7 +163,7 @@ dependencies {
implementation 'com.github.pwittchen:reactivenetwork:0.13.0'
// Network client
final okhttp_version = '4.8.0'
final okhttp_version = '4.8.1'
implementation "com.squareup.okhttp3:okhttp:$okhttp_version"
implementation "com.squareup.okhttp3:logging-interceptor:$okhttp_version"
implementation "com.squareup.okhttp3:okhttp-dnsoverhttps:$okhttp_version"