diff --git a/app/build.gradle b/app/build.gradle index 1c6941b..f748cf2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -83,7 +83,7 @@ dependencies { // Integration with activities implementation 'androidx.activity:activity-compose:1.9.0' // Integration with ViewModels - implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.8.1' + implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.8.3' implementation "androidx.compose.runtime:runtime-livedata:1.6.7" // Integration with Navigation implementation 'androidx.navigation:navigation-compose:2.7.7'