From 4d073ebc368c6af24d704a8cd8f2e2f7bfb26fa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 19:27:33 +0000 Subject: [PATCH] Bump media3 from 1.9.3 to 1.11.0 Bumps `media3` from 1.9.3 to 1.11.0. Updates `androidx.media3:media3-cast` from 1.9.3 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.3...1.11.0) Updates `androidx.media3:media3-common` from 1.9.3 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.3...1.11.0) Updates `androidx.media3:media3-container` from 1.9.3 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.3...1.11.0) Updates `androidx.media3:media3-datasource-cronet` from 1.9.3 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.3...1.11.0) Updates `androidx.media3:media3-datasource-okhttp` from 1.9.3 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.3...1.11.0) Updates `androidx.media3:media3-exoplayer` from 1.9.3 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.3...1.11.0) Updates `androidx.media3:media3-exoplayer-dash` from 1.9.3 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.3...1.11.0) Updates `androidx.media3:media3-exoplayer-hls` from 1.9.3 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.3...1.11.0) Updates `androidx.media3:media3-session` from 1.9.3 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.3...1.11.0) Updates `androidx.media3:media3-ui` from 1.9.3 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.3...1.11.0) --- updated-dependencies: - dependency-name: androidx.media3:media3-cast dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-common dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-container dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-datasource-cronet dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-datasource-okhttp dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor - 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-dash 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-session dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-ui 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 e388954512d..4986aeb4637 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,7 +37,7 @@ ksoup = "0.2.6" ktor = "3.5.0" lifecycleKtx = "2.10.0" material = "1.14.0" -media3 = "1.9.3" +media3 = "1.11.0" navigationKtx = "2.9.8" newpipeextractor = "v0.26.3" nextlibMedia3 = "1.9.3-0.12.0"