diff --git a/app/build.gradle b/app/build.gradle index 5a8d7d64..601415a8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'