From e142945766aa4ddd6d27e24c45041dc97cd036f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 08:25:18 +0000 Subject: [PATCH] chore(deps): bump media3 from 1.10.1 to 1.11.0 Bumps `media3` from 1.10.1 to 1.11.0. Updates `androidx.media3:media3-exoplayer` from 1.10.1 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.10.1...1.11.0) Updates `androidx.media3:media3-datasource-okhttp` from 1.10.1 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.10.1...1.11.0) Updates `androidx.media3:media3-ui` from 1.10.1 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.10.1...1.11.0) Updates `androidx.media3:media3-session` from 1.10.1 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.10.1...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-datasource-okhttp 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 - dependency-name: androidx.media3:media3-session 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 92d9c336b..0f1289508 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ androidx-test-junit = "1.3.0" androidx-test-uiautomator = "2.4.0" okhttp = "5.4.0" json = "20250517" -media3 = "1.10.1" +media3 = "1.11.0" libvlc = "3.7.5" javafx = "21.0.12" jse = "1.1.0"