mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-25 04:35:12 +00:00
bump okhttp3 & coroutines to latest stable
This commit is contained in:
parent
f99c20c1de
commit
bab9ab0a93
3 changed files with 4 additions and 4 deletions
|
@ -125,7 +125,7 @@ dependencies {
|
||||||
implementation("com.github.kittinunf.fuel:fuel:2.3.0")
|
implementation("com.github.kittinunf.fuel:fuel:2.3.0")
|
||||||
implementation("com.github.kittinunf.fuel:fuel-coroutines:2.2.3")
|
implementation("com.github.kittinunf.fuel:fuel-coroutines:2.2.3")
|
||||||
implementation("com.github.kittinunf.fuel:fuel-json:2.2.3")
|
implementation("com.github.kittinunf.fuel:fuel-json:2.2.3")
|
||||||
implementation("com.squareup.okhttp3:logging-interceptor:4.9.0")
|
implementation("com.squareup.okhttp3:logging-interceptor:4.9.1")
|
||||||
|
|
||||||
// Root permissions
|
// Root permissions
|
||||||
implementation("com.github.topjohnwu.libsu:core:3.0.2")
|
implementation("com.github.topjohnwu.libsu:core:3.0.2")
|
||||||
|
|
|
@ -67,7 +67,7 @@ dependencies {
|
||||||
implementation("com.squareup.moshi:moshi-kotlin-codegen:1.11.0")
|
implementation("com.squareup.moshi:moshi-kotlin-codegen:1.11.0")
|
||||||
implementation("com.squareup.moshi:moshi-adapters:1.11.0")
|
implementation("com.squareup.moshi:moshi-adapters:1.11.0")
|
||||||
|
|
||||||
implementation("com.squareup.okhttp3:logging-interceptor:4.9.0")
|
implementation("com.squareup.okhttp3:logging-interceptor:4.9.1")
|
||||||
|
|
||||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2")
|
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2")
|
||||||
|
|
||||||
|
|
|
@ -46,9 +46,9 @@ dependencies {
|
||||||
implementation("com.squareup.moshi:moshi-kotlin-codegen:1.11.0")
|
implementation("com.squareup.moshi:moshi-kotlin-codegen:1.11.0")
|
||||||
implementation("com.squareup.moshi:moshi-adapters:1.11.0")
|
implementation("com.squareup.moshi:moshi-adapters:1.11.0")
|
||||||
|
|
||||||
implementation("com.squareup.okhttp3:logging-interceptor:4.9.0")
|
implementation("com.squareup.okhttp3:logging-interceptor:4.9.1")
|
||||||
|
|
||||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1")
|
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2")
|
||||||
|
|
||||||
implementation("org.koin:koin-android:2.2.1")
|
implementation("org.koin:koin-android:2.2.1")
|
||||||
implementation("org.koin:koin-android-viewmodel:2.2.1")
|
implementation("org.koin:koin-android-viewmodel:2.2.1")
|
||||||
|
|
Loading…
Reference in a new issue