Skip to content

Commit

Permalink
Bump lifecycleVersion from 2.8.6 to 2.8.7 (#201)
Browse files Browse the repository at this point in the history
Bumps `lifecycleVersion` from 2.8.6 to 2.8.7.

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

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

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 181ab03 commit 3466a36
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.21"
val lifecycleVersion = "2.8.6"
val lifecycleVersion = "2.8.7"
val lifecycleTestVersion = "2.2.0"
val mockkVersion = "1.13.13"
val okhttpVersion = "4.12.0"
Expand Down

0 comments on commit 3466a36

Please sign in to comment.