diff --git a/app/build.gradle b/app/build.gradle index 81fffc0..60fe058 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -87,7 +87,7 @@ dependencies { implementation 'androidx.activity:activity-compose:1.9.2' // Integration with ViewModels implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.5" - implementation "androidx.compose.runtime:runtime-livedata:1.7.0" + implementation "androidx.compose.runtime:runtime-livedata:1.7.1" // Integration with Navigation implementation "androidx.navigation:navigation-compose:2.8.0"