From 8801fc43402caa2f685d842418fad5e95471ddfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 21:26:20 +0000 Subject: [PATCH] Update dependency androidx.activity:activity-compose to v1.10.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1b99c89a..3fe9a855 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.8.0' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1' - implementation 'androidx.activity:activity-compose:1.5.1' + implementation 'androidx.activity:activity-compose:1.10.0' implementation platform('androidx.compose:compose-bom:2023.05.01') implementation 'androidx.compose.ui:ui' implementation 'androidx.compose.ui:ui-graphics'