From 96376ec9b14c26c5523897559800943ab6f02ee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 18:13:41 +0000 Subject: [PATCH] Chore(deps): Bump media3 from 1.9.2 to 1.10.0 Bumps `media3` from 1.9.2 to 1.10.0. Updates `androidx.media3:media3-cast` from 1.9.2 to 1.10.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.2...1.10.0) Updates `androidx.media3:media3-common` from 1.9.2 to 1.10.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.2...1.10.0) Updates `androidx.media3:media3-container` from 1.9.2 to 1.10.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.2...1.10.0) Updates `androidx.media3:media3-datasource-cronet` from 1.9.2 to 1.10.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.2...1.10.0) Updates `androidx.media3:media3-datasource-okhttp` from 1.9.2 to 1.10.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.2...1.10.0) Updates `androidx.media3:media3-exoplayer` from 1.9.2 to 1.10.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.2...1.10.0) Updates `androidx.media3:media3-exoplayer-dash` from 1.9.2 to 1.10.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.2...1.10.0) Updates `androidx.media3:media3-exoplayer-hls` from 1.9.2 to 1.10.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.2...1.10.0) Updates `androidx.media3:media3-session` from 1.9.2 to 1.10.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.2...1.10.0) Updates `androidx.media3:media3-ui` from 1.9.2 to 1.10.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.2...1.10.0) --- updated-dependencies: - dependency-name: androidx.media3:media3-cast dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-common dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-container dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-datasource-cronet dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-datasource-okhttp dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-exoplayer dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-exoplayer-dash dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-exoplayer-hls dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-session dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-ui dependency-version: 1.10.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 c79726d010..07f7f41326 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,7 +27,7 @@ kotlinGradlePlugin = "2.3.0" kotlinxCoroutinesCore = "1.10.2" lifecycleKtx = "2.10.0" material = "1.14.0-alpha09" -media3 = "1.9.2" +media3 = "1.10.0" navigationKtx = "2.9.7" newpipeextractor = "v0.25.2" nextlibMedia3 = "1.9.1-0.11.0"