Skip to content

Commit

Permalink
fix(deps): update dependencies (minor/patch) (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 10, 2023
1 parent 5e58b9a commit 52bad1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ android {

dependencies {
implementation("androidx.core:core-ktx:1.9.0")
implementation("androidx.appcompat:appcompat:1.6.0")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.8.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.navigation:navigation-fragment-ktx:2.5.3")?.version?.also {
Expand All @@ -135,7 +135,7 @@ dependencies {
}
implementation("androidx.activity:activity-ktx:1.6.1")
implementation("androidx.fragment:fragment-ktx:1.5.5")
implementation("androidx.work:work-runtime-ktx:2.7.1")?.version?.also {
implementation("androidx.work:work-runtime-ktx:2.8.0")?.version?.also {
androidTestImplementation("androidx.work:work-testing:$it")
}

Expand All @@ -155,7 +155,7 @@ dependencies {
}

testImplementation("junit:junit:4.13.2")
testImplementation("io.kotest:kotest-runner-junit5:5.5.4")?.version?.also {
testImplementation("io.kotest:kotest-runner-junit5:5.5.5")?.version?.also {
testImplementation("io.kotest:kotest-assertions-core:$it")?.also { dep ->
androidTestImplementation(dep)
}
Expand Down

0 comments on commit 52bad1a

Please sign in to comment.