Make things run on API 17

This commit is contained in:
topjohnwu
2020-01-15 00:05:44 +08:00
parent de853a2651
commit 433ae89e53
18 changed files with 130 additions and 21 deletions

View File

@@ -102,7 +102,9 @@ dependencies {
implementation "com.squareup.retrofit2:adapter-rxjava2:${vRetrofit}"
def vOkHttp = '3.12.7'
implementation "com.squareup.okhttp3:okhttp:${vOkHttp}"
implementation("com.squareup.okhttp3:okhttp:${vOkHttp}") {
force = true
}
implementation "com.squareup.okhttp3:logging-interceptor:${vOkHttp}"
def vMoshi = '1.9.2'