From 75748e09b9c3487051ff0e411a68e020bd9b6b63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 02:03:51 +0000 Subject: [PATCH] build(deps): bump androidx.activity:activity-ktx Bumps androidx.activity:activity-ktx from 1.12.2 to 1.13.0. --- updated-dependencies: - dependency-name: androidx.activity:activity-ktx dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..78eb36280 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.13.0" def lifecycle_version = "2.10.0" def mdc_version = "1.12.0" def core_desugaring_version = "2.1.5"