diff --git a/app/build.gradle b/app/build.gradle index 62e85c8..66a9f53 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -74,7 +74,7 @@ dependencies { jetpackComposeImplementation 'androidx.compose.material3:material3' jetpackComposeImplementation 'androidx.compose.ui:ui-tooling-preview' jetpackComposeDebugImplementation 'androidx.compose.ui:ui-tooling' - jetpackComposeImplementation 'androidx.activity:activity-compose:1.7.2' + jetpackComposeImplementation 'androidx.activity:activity-compose:1.12.2' jetpackComposeImplementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1' jetpackComposeImplementation 'com.google.accompanist:accompanist-systemuicontroller:0.30.1' }