From 5ca4eac7f6788a42393dfaba0cf18304c5a7aa4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:27:25 +0000 Subject: [PATCH] Bump media3 from 1.9.0 to 1.11.0 Bumps `media3` from 1.9.0 to 1.11.0. Updates `androidx.media3:media3-exoplayer` from 1.9.0 to 1.11.0 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](https://github.com/androidx/media/compare/1.9.0...1.11.0) Updates `androidx.media3:media3-exoplayer-hls` from 1.9.0 to 1.11.0 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](https://github.com/androidx/media/compare/1.9.0...1.11.0) Updates `androidx.media3:media3-ui-compose` from 1.9.0 to 1.11.0 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](https://github.com/androidx/media/compare/1.9.0...1.11.0) --- updated-dependencies: - dependency-name: androidx.media3:media3-exoplayer dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-exoplayer-hls dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-ui-compose dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index db21825688..f948110ca6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ lint = "32.3.0" # android plugin, lint and sdk-common need to be updated togeth androidSdkCommon = "32.3.0" # if the Gradle plugin version is X.Y.Z, then the lint version is (X+23).Y.Z. detekt = "1.23.8" -media3 = "1.9.0" +media3 = "1.11.0" lifecycle = "2.11.0" androidXJunit = "1.3.0" coroutines = "1.11.0"