Merge pull request #113 from yogeshpaliyal/dependabot/gradle/androidx.lifecycle-lifecycle-viewmodel-compose-2.4.1

[Android]: Bump lifecycle-viewmodel-compose from 2.4.0 to 2.4.1
This commit is contained in:
Yogesh Choudhary Paliyal
2022-02-11 17:03:06 +05:30
committed by GitHub

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'