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

Commit

Permalink
Merge branch 'dev' of https://github.com/YTVanced/VancedManager into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
X1nto committed Oct 8, 2021
2 parents 17f3af1 + 4eae61e commit ec17869
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ dependencies {
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
implementation("androidx.work:work-runtime-ktx:2.7.0-rc01")

implementation("com.github.madrapps:pikolo:2.0.1")
implementation("com.github.madrapps:pikolo:2.0.2")
implementation("com.google.android.material:material:1.5.0-alpha04")

// JSON parser
Expand All @@ -119,7 +119,7 @@ dependencies {
implementation("com.github.kittinunf.fuel:fuel:2.3.1")
implementation("com.github.kittinunf.fuel:fuel-coroutines:2.3.1")
implementation("com.github.kittinunf.fuel:fuel-json:2.3.1")
implementation("com.squareup.okhttp3:logging-interceptor:4.9.1")
implementation("com.squareup.okhttp3:logging-interceptor:4.9.2")
implementation("com.squareup.retrofit2:retrofit:2.9.0")

// Root permissions
Expand Down
4 changes: 2 additions & 2 deletions core-mvi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ dependencies {
implementation(kotlin("stdlib"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")

testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.0")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.2-native-mt")

val kotestVersion = "4.4.3"
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
testImplementation("io.kotest:kotest-assertions-core:$kotestVersion")
testImplementation("io.kotest:kotest-property:$kotestVersion")

testImplementation("io.mockk:mockk:1.10.6")
testImplementation("io.mockk:mockk:1.12.0")
}
8 changes: 4 additions & 4 deletions feature-home/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,23 +61,23 @@ dependencies {

implementation("com.squareup.retrofit2:retrofit:2.9.0")

val moshiVersion = "1.11.0"
val moshiVersion = "1.12.0"
implementation("com.squareup.moshi:moshi-kotlin:$moshiVersion")
implementation("com.squareup.moshi:moshi-kotlin-codegen:$moshiVersion")
implementation("com.squareup.moshi:moshi-adapters:$moshiVersion")

implementation("com.squareup.okhttp3:logging-interceptor:4.9.1")
implementation("com.squareup.okhttp3:logging-interceptor:4.9.2")

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")

implementation("io.insert-koin:koin-android:3.1.2")

val kotestVersion = "4.4.3"
val kotestVersion = "5.0.0.M2"
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
testImplementation("io.kotest:kotest-assertions-core:$kotestVersion")
testImplementation("io.kotest:kotest-property:$kotestVersion")

val mockkVersion = "1.10.6"
val mockkVersion = "1.12.0"
testImplementation("io.mockk:mockk:$mockkVersion")

androidTestImplementation("io.mockk:mockk-android:$mockkVersion")
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 @@ -41,12 +41,12 @@ dependencies {
implementation("com.squareup.retrofit2:retrofit:$retrofitVersion")
implementation("com.squareup.retrofit2:converter-moshi:$retrofitVersion")

val moshiVersion = "1.11.0"
val moshiVersion = "1.12.0"
implementation("com.squareup.moshi:moshi-kotlin:$moshiVersion")
implementation("com.squareup.moshi:moshi-kotlin-codegen:$moshiVersion")
implementation("com.squareup.moshi:moshi-adapters:$moshiVersion")

implementation("com.squareup.okhttp3:logging-interceptor:4.9.1")
implementation("com.squareup.okhttp3:logging-interceptor:4.9.2")

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")

Expand Down

0 comments on commit ec17869

Please sign in to comment.