[Android]: Bump lifecycle-viewmodel-compose from 2.4.0 to 2.4.1

Bumps lifecycle-viewmodel-compose from 2.4.0 to 2.4.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-02-11 07:35:26 +00:00
committed by GitHub
parent 44d0ce6f77
commit 01a73d2003

View File

@@ -154,7 +154,7 @@ dependencies {
// Integration with activities
implementation 'androidx.activity:activity-compose:1.4.0'
// Integration with ViewModels
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.4.1'
// Integration with observables
implementation 'androidx.compose.runtime:runtime-livedata:1.0.5'