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

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinX8 committed Jan 16, 2021
1 parent 82023db commit e83451a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion core-ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation(kotlin("reflect"))
implementation("androidx.core:core-ktx:1.3.2")
implementation("androidx.appcompat:appcompat:1.2.0")
implementation("com.google.android.material:material:1.3.0-beta01")
implementation("com.google.android.material:material:1.3.0-rc01")

//https://developer.android.com/jetpack/androidx/releases/lifecycle
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.2.0")
Expand Down
14 changes: 7 additions & 7 deletions feature-home/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
implementation("androidx.fragment:fragment-ktx:1.2.5")
implementation("androidx.lifecycle:lifecycle-livedata-core-ktx:2.2.0")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0")
implementation("com.google.android.material:material:1.3.0-beta01")
implementation("com.google.android.material:material:1.3.0-rc01")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")

implementation("com.squareup.retrofit2:retrofit:2.9.0")
Expand All @@ -69,18 +69,18 @@ dependencies {

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

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")
implementation("org.koin:koin-android-ext:2.2.1")

testImplementation("io.kotest:kotest-runner-junit5:4.3.2")
testImplementation("io.kotest:kotest-assertions-core:4.3.2")
testImplementation("io.kotest:kotest-property:4.3.2")
testImplementation("io.mockk:mockk:1.10.4")
testImplementation("io.kotest:kotest-runner-junit5:4.4.0.RC1")
testImplementation("io.kotest:kotest-assertions-core:4.4.0.RC1")
testImplementation("io.kotest:kotest-property:4.4.0.RC1")
testImplementation("io.mockk:mockk:1.10.5")

androidTestImplementation("io.mockk:mockk-android:1.10.4")
androidTestImplementation("io.mockk:mockk-android:1.10.5")
androidTestImplementation("androidx.test:core:1.3.0")
androidTestImplementation("androidx.test:runner:1.3.0")
androidTestImplementation("androidx.test:rules:1.3.0")
Expand Down

0 comments on commit e83451a

Please sign in to comment.