We need to support pre-5.0 platforms

This commit is contained in:
topjohnwu 2019-09-03 16:28:27 -04:00
parent e6adb7abca
commit 0cb449e1d6

View File

@ -84,7 +84,7 @@ dependencies {
implementation "com.squareup.retrofit2:converter-scalars:${vRetrofit}"
implementation "com.squareup.retrofit2:adapter-rxjava2:${vRetrofit}"
def vOkHttp = '4.1.0'
def vOkHttp = '3.12.2'
implementation "com.squareup.okhttp3:okhttp:${vOkHttp}"
implementation "com.squareup.okhttp3:logging-interceptor:${vOkHttp}"