From 572011642dec721e7d5cb73ee194ec99464b4634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 02:03:13 +0000 Subject: [PATCH] build(deps): bump android_gradle_version in /09_multimedia/android Bumps `android_gradle_version` from 8.13.2 to 9.1.0. Updates `com.android.application` from 8.13.2 to 9.1.0 Updates `com.android.library` from 8.13.2 to 9.1.0 --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.android.library dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 09_multimedia/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09_multimedia/android/build.gradle b/09_multimedia/android/build.gradle index 3939909a1..f999ef0aa 100644 --- a/09_multimedia/android/build.gradle +++ b/09_multimedia/android/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext.kotlin_version = "2.3.0" - ext.android_gradle_version = "8.13.2" + ext.android_gradle_version = "9.1.0" } plugins {