bump okhttp library

This commit is contained in:
Daniel Gultsch 2019-11-08 14:14:56 +01:00
parent aa50f8da9d
commit b6ce3d9175
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ dependencies {
implementation "com.leinardi.android:speed-dial:2.0.1"
implementation 'com.squareup.retrofit2:retrofit:2.6.1'
implementation 'com.squareup.retrofit2:converter-gson:2.6.1'
implementation 'com.squareup.okhttp3:okhttp:3.12.5'
implementation 'com.squareup.okhttp3:okhttp:3.12.6'
implementation 'com.google.guava:guava:27.1-android'
quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.10.16'
}