From 2e146d5634c9b0dd835de7e19c7d72e6e5f38b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:43:08 +0000 Subject: [PATCH] Bump androidx.activity:activity-compose from 1.12.3 to 1.12.4 Bumps androidx.activity:activity-compose from 1.12.3 to 1.12.4. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-version: 1.12.4 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 c4a303ead..010199f8b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -65,7 +65,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.3") + implementation("androidx.activity:activity-compose:1.12.4") implementation("androidx.compose.material:material-icons-extended") implementation("com.github.AppDevNext.Logcat:LogcatCoreLib:3.4") debugImplementation("androidx.compose.ui:ui-tooling")