diff --git a/app/build.gradle b/app/build.gradle index d66e0d5..4558a8e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,7 +86,7 @@ dependencies { implementation 'androidx.compose.ui:ui-tooling-preview' debugImplementation 'androidx.compose.ui:ui-tooling' // Integration with activities - implementation 'androidx.activity:activity-compose:1.9.3' + implementation 'androidx.activity:activity-compose:1.12.2' // Integration with ViewModels implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.9.1" implementation "androidx.compose.runtime:runtime-livedata:1.7.8"