Skip to content

Commit

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

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

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

---
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 Oct 2, 2023
1 parent 1e4064a commit e188256
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.6.0"
ext.androidx_lifecycle_version = "2.6.1"
ext.androidx_lifecycle_version = "2.6.2"
}

plugins {
Expand Down

0 comments on commit e188256

Please sign in to comment.