demote okhttp to 3.12 to work with old android
This commit is contained in:
parent
0fc41d8c82
commit
a2d521568d
|
@ -68,7 +68,7 @@ dependencies {
|
||||||
implementation "com.leinardi.android:speed-dial:2.0.1"
|
implementation "com.leinardi.android:speed-dial:2.0.1"
|
||||||
implementation 'com.squareup.retrofit2:retrofit:2.6.1'
|
implementation 'com.squareup.retrofit2:retrofit:2.6.1'
|
||||||
implementation 'com.squareup.retrofit2:converter-gson:2.6.1'
|
implementation 'com.squareup.retrofit2:converter-gson:2.6.1'
|
||||||
implementation 'com.squareup.okhttp3:okhttp:3.14.3'
|
implementation 'com.squareup.okhttp3:okhttp:3.12.5'
|
||||||
implementation 'com.google.guava:guava:27.1-android'
|
implementation 'com.google.guava:guava:27.1-android'
|
||||||
quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.10.16'
|
quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.10.16'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue