diff --git a/app/build.gradle b/app/build.gradle index 6f3ff25..cc916fa 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.1" + implementation "androidx.compose.runtime:runtime-livedata:1.7.2" // Integration with Navigation implementation "androidx.navigation:navigation-compose:2.8.0"