From adf05f564584ad58e885d8e40816deb7b9a46961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 14:03:27 +0000 Subject: [PATCH] Bump androidx.activity:activity-compose from 1.12.1 to 1.12.2 Bumps androidx.activity:activity-compose from 1.12.1 to 1.12.2. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 a4c84451b..2412c2272 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -64,7 +64,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.12.1") + implementation("androidx.activity:activity-compose:1.12.2") implementation("androidx.compose.material:material-icons-extended") implementation("com.github.AppDevNext.Logcat:LogcatCoreLib:3.4") debugImplementation("androidx.compose.ui:ui-tooling")