diff --git a/app/build.gradle b/app/build.gradle index 4b42d59..7698e9e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -83,7 +83,7 @@ dependencies { implementation 'androidx.activity:activity-compose:1.8.2' // Integration with ViewModels implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0' - implementation "androidx.compose.runtime:runtime-livedata:1.5.4" + implementation "androidx.compose.runtime:runtime-livedata:1.6.0" // Integration with Navigation implementation 'androidx.navigation:navigation-compose:2.7.6'