Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
X1nto committed Feb 5, 2021
2 parents 2c7f040 + 53c164e commit e5a0050
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ dependencies {
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-json:2.2.3")
implementation("com.squareup.okhttp3:logging-interceptor:4.9.0")
implementation("com.squareup.okhttp3:logging-interceptor:4.9.1")

// Root permissions
implementation("com.github.topjohnwu.libsu:core:3.0.2")
Expand Down
2 changes: 1 addition & 1 deletion feature-home/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {
implementation("com.squareup.moshi:moshi-kotlin-codegen: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")

Expand Down
4 changes: 2 additions & 2 deletions library-network/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ dependencies {
implementation("com.squareup.moshi:moshi-kotlin-codegen: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-viewmodel:2.2.1")
Expand Down

0 comments on commit e5a0050

Please sign in to comment.