fix compile issues caused by recent okhttp version

This commit is contained in:
David Luhmer 2018-09-28 15:11:37 +02:00
parent 144a88014b
commit 1679fd02bb

View file

@ -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')