fix compile issues caused by recent okhttp version
This commit is contained in:
parent
144a88014b
commit
1679fd02bb
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ dependencies {
|
|||
|
||||
implementation 'com.squareup.retrofit2:retrofit:2.3.0'
|
||||
implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.8.0'
|
||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.8.0'
|
||||
|
||||
implementation project(path: ':MaterialShowcaseView:library', configuration: 'default')
|
||||
|
|
Loading…
Reference in a new issue