From a77f08b74a5b2014a132c193fca473c6454b7447 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 02:41:25 +0000 Subject: [PATCH] fix(deps): update dependency androidx.activity:activity-compose to v1.9.3 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 1375c3f75..d928e4acc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -315,7 +315,7 @@ dependencies { implementation("androidx.compose.ui:ui") implementation 'androidx.compose.material3:material3:1.3.0' implementation("androidx.compose.ui:ui-tooling-preview") - implementation 'androidx.activity:activity-compose:1.9.2' + implementation 'androidx.activity:activity-compose:1.9.3' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.6' debugImplementation("androidx.compose.ui:ui-tooling")