From 72b0e3d54fd67e274f82e12d699e94b506b62718 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 00:05:12 +0000 Subject: [PATCH] Update dependency androidx.activity:activity-compose to v1.12.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }