From 955376c702f5e7c611ec0731d1be28ca77d1bf3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 14:03:37 +0000 Subject: [PATCH] Bump androidx.activity:activity-compose from 1.9.3 to 1.12.1 Bumps androidx.activity:activity-compose from 1.9.3 to 1.12.1. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4079bc703..e50c02dc5 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -63,7 +63,7 @@ dependencies { implementation("androidx.compose.material3:material3") implementation("androidx.compose.ui:ui") implementation("androidx.compose.ui:ui-tooling-preview") - implementation("androidx.activity:activity-compose:1.9.3") + implementation("androidx.activity:activity-compose:1.12.1") implementation("androidx.compose.material:material-icons-extended") debugImplementation("androidx.compose.ui:ui-tooling")