From 79b060ee239b5984badc82d8d193456e16513b51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 03:28:05 +0000 Subject: [PATCH] fix(deps): update dependency androidx.activity:activity-compose to v1.10.0 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 0513c89c36..78fadd8d73 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -313,7 +313,7 @@ dependencies { implementation("androidx.compose.ui:ui") implementation 'androidx.compose.material3:material3:1.3.1' implementation("androidx.compose.ui:ui-tooling-preview") - implementation 'androidx.activity:activity-compose:1.9.3' + implementation 'androidx.activity:activity-compose:1.10.0' debugImplementation("androidx.compose.ui:ui-tooling") //tests