diff --git a/app/build.gradle b/app/build.gradle index c4207d9..fce6020 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.3' + implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.8.4' implementation "androidx.compose.runtime:runtime-livedata:1.6.8" // Integration with Navigation implementation 'androidx.navigation:navigation-compose:2.7.7'