From 3fdcf0269db57b34c3e260e17ca167dc084c50a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 13:23:47 +0000 Subject: [PATCH] deps: bump media3 from 1.7.1 to 1.10.1 Bumps `media3` from 1.7.1 to 1.10.1. Updates `androidx.media3:media3-exoplayer` from 1.7.1 to 1.10.1 - [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.7.1...1.10.1) Updates `androidx.media3:media3-datasource-okhttp` from 1.7.1 to 1.10.1 - [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.7.1...1.10.1) Updates `androidx.media3:media3-session` from 1.7.1 to 1.10.1 - [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.7.1...1.10.1) Updates `androidx.media3:media3-exoplayer-hls` from 1.7.1 to 1.10.1 - [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.7.1...1.10.1) Updates `androidx.media3:media3-cast` from 1.7.1 to 1.10.1 - [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.7.1...1.10.1) Updates `androidx.media3:media3-ui` from 1.7.1 to 1.10.1 - [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.7.1...1.10.1) --- updated-dependencies: - dependency-name: androidx.media3:media3-cast dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-datasource-okhttp dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-exoplayer dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-exoplayer-hls dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-session dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-ui dependency-version: 1.10.1 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 92af2258..1bbb2b3a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ lifecycle = "2.10.0" material3 = "1.5.0-alpha18" adaptive = "1.3.0-alpha09" appcompat = "1.7.1" -media3 = "1.7.1" +media3 = "1.10.1" mediarouter = "1.8.1" castFramework = "22.2.0" room = "2.8.4"