From 375d7316d807ee7ec2537dab5b9be2719723d6fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Jun 2025 18:19:12 +0000 Subject: [PATCH] fix(deps): update dependency androidx.activity:activity-compose to v1.10.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8e955a034..99e1d9442 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -314,7 +314,7 @@ dependencies { implementation("androidx.compose.ui:ui") implementation 'androidx.compose.material3:material3:1.3.2' implementation("androidx.compose.ui:ui-tooling-preview") - implementation 'androidx.activity:activity-compose:1.9.3' + implementation 'androidx.activity:activity-compose:1.10.1' debugImplementation("androidx.compose.ui:ui-tooling") //tests