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

Commit e5a0050

Browse files
committed
rollback
2 parents 2c7f040 + 53c164e commit e5a0050

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ dependencies {
125125
implementation("com.github.kittinunf.fuel:fuel:2.3.0")
126126
implementation("com.github.kittinunf.fuel:fuel-coroutines:2.2.3")
127127
implementation("com.github.kittinunf.fuel:fuel-json:2.2.3")
128-
implementation("com.squareup.okhttp3:logging-interceptor:4.9.0")
128+
implementation("com.squareup.okhttp3:logging-interceptor:4.9.1")
129129

130130
// Root permissions
131131
implementation("com.github.topjohnwu.libsu:core:3.0.2")

feature-home/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dependencies {
6767
implementation("com.squareup.moshi:moshi-kotlin-codegen:1.11.0")
6868
implementation("com.squareup.moshi:moshi-adapters:1.11.0")
6969

70-
implementation("com.squareup.okhttp3:logging-interceptor:4.9.0")
70+
implementation("com.squareup.okhttp3:logging-interceptor:4.9.1")
7171

7272
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2")
7373

library-network/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ dependencies {
4646
implementation("com.squareup.moshi:moshi-kotlin-codegen:1.11.0")
4747
implementation("com.squareup.moshi:moshi-adapters:1.11.0")
4848

49-
implementation("com.squareup.okhttp3:logging-interceptor:4.9.0")
49+
implementation("com.squareup.okhttp3:logging-interceptor:4.9.1")
5050

51-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1")
51+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2")
5252

5353
implementation("org.koin:koin-android:2.2.1")
5454
implementation("org.koin:koin-android-viewmodel:2.2.1")

0 commit comments

Comments
 (0)