Update OkHttp

(cherry picked from commit 6f047fb5aa5a9c83995e84f6af34c570b2fd6ad2)
This commit is contained in:
arkon 2020-08-09 11:48:08 -04:00 committed by Jobobby04
parent a2fb89066c
commit b6f8db81ee

View File

@ -174,7 +174,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"