From d5b6f3668c220d9f87ba771e319bfa8b0459fccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 02:03:48 +0000 Subject: [PATCH] build(deps): bump androidx.core:core-ktx in /09_multimedia/android Bumps androidx.core:core-ktx from 1.17.0 to 1.18.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.18.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..0367bd6dd 100644 --- a/09_multimedia/android/app/build.gradle +++ b/09_multimedia/android/app/build.gradle @@ -35,7 +35,7 @@ android { } dependencies { - def core_version = "1.17.0" + def core_version = "1.18.0" def appcompat_version = "1.7.1" def constraintlayout_version = "2.2.1" def activity_version = "1.12.2"