Correct okhttp dep version

This commit is contained in:
xynngh 2019-08-31 12:56:39 +04:00
parent fa2b568340
commit 8ced1988a5
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ android {
dependencies {
implementation 'org.slf4j:slf4j-api:1.7.26'
implementation 'com.github.tony19:logback-android:2.0.0'
implementation 'com.squareup.okhttp3:okhttp:3.14.0'
implementation 'com.squareup.okhttp3:okhttp:3.12.3' // 3.12.* is the latest version compatible with Android <5
implementation 'commons-codec:commons-codec:1.12' // beware: a version included in Android is used instead
implementation fileTree(dir: 'libs', include: ['*.jar'])