Skip to content

Commit

Permalink
Bump androidx_lifecycle_version from 2.6.2 to 2.7.0 (#278)
Browse files Browse the repository at this point in the history
Bumps `androidx_lifecycle_version` from 2.6.2 to 2.7.0.

Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.6.2 to 2.7.0

Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.6.2 to 2.7.0

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2024
1 parent d5cf918 commit 55aea84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.androidx_navigation_version = "2.7.6"
ext.androidx_lifecycle_version = "2.6.2"
ext.androidx_lifecycle_version = "2.7.0"
}

plugins {
Expand Down

0 comments on commit 55aea84

Please sign in to comment.