Update okhttp
This commit is contained in:
parent
322f8def76
commit
78acc06195
|
@ -37,7 +37,7 @@ dependencies {
|
|||
implementation 'org.slf4j:slf4j-api:1.7.30'
|
||||
implementation 'com.github.tony19:logback-android:2.0.0'
|
||||
//noinspection GradleDependency: 3.12.* is the latest version compatible with Android <5
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.11'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.12'
|
||||
implementation 'commons-codec:commons-codec:1.14' // beware: a version included in Android is used instead
|
||||
|
||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||
|
|
Loading…
Reference in New Issue