mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-10 04:23:36 +00:00
Make things run on API 17
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user