Skip to content

Commit

Permalink
Bump lifecycleVersion from 2.8.5 to 2.8.6
Browse files Browse the repository at this point in the history
Bumps `lifecycleVersion` from 2.8.5 to 2.8.6.

Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.8.5 to 2.8.6

Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.8.5 to 2.8.6

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-livedata-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 3a34397 commit 24509dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val junitVersion = "4.13.2"
val koinVersion = "4.0.0"
val kotlinCoroutinesVersion = "1.9.0"
val kotlinVersion = "2.0.20"
val lifecycleVersion = "2.8.5"
val lifecycleVersion = "2.8.6"
val lifecycleTestVersion = "2.2.0"
val mockkVersion = "1.13.12"
val okhttpVersion = "4.12.0"
Expand Down

0 comments on commit 24509dc

Please sign in to comment.