From 04d56a669474f542ae77d6a56867fd9dcfae3723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 02:03:15 +0000 Subject: [PATCH] build(deps): bump androidx.activity:activity-ktx Bumps androidx.activity:activity-ktx from 1.12.2 to 1.12.4. --- updated-dependencies: - dependency-name: androidx.activity:activity-ktx dependency-version: 1.12.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 09_multimedia/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09_multimedia/android/app/build.gradle b/09_multimedia/android/app/build.gradle index 645b8e08c..f2137acd1 100644 --- a/09_multimedia/android/app/build.gradle +++ b/09_multimedia/android/app/build.gradle @@ -38,7 +38,7 @@ dependencies { def core_version = "1.17.0" def appcompat_version = "1.7.1" def constraintlayout_version = "2.2.1" - def activity_version = "1.12.2" + def activity_version = "1.12.4" def lifecycle_version = "2.10.0" def mdc_version = "1.12.0" def core_desugaring_version = "2.1.5"