From 0f5c6de91f236ddedc351c028ca9349da9c13123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 00:50:33 +0000 Subject: [PATCH] Bump media3 from 1.9.3 to 1.10.1 Bumps `media3` from 1.9.3 to 1.10.1. Updates `androidx.media3:media3-cast` from 1.9.3 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.9.3...1.10.1) Updates `androidx.media3:media3-common` from 1.9.3 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.9.3...1.10.1) Updates `androidx.media3:media3-container` from 1.9.3 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.9.3...1.10.1) Updates `androidx.media3:media3-datasource-cronet` from 1.9.3 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.9.3...1.10.1) Updates `androidx.media3:media3-datasource-okhttp` from 1.9.3 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.9.3...1.10.1) Updates `androidx.media3:media3-exoplayer` from 1.9.3 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.9.3...1.10.1) Updates `androidx.media3:media3-exoplayer-dash` from 1.9.3 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.9.3...1.10.1) Updates `androidx.media3:media3-exoplayer-hls` from 1.9.3 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.9.3...1.10.1) Updates `androidx.media3:media3-session` from 1.9.3 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.9.3...1.10.1) Updates `androidx.media3:media3-ui` from 1.9.3 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.9.3...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-common dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-container dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-datasource-cronet 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-dash 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 2a8775761b4..ed6f0587839 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -31,7 +31,7 @@ kotlinxCollectionsImmutable = "0.4.0" kotlinxCoroutinesCore = "1.10.2" lifecycleKtx = "2.10.0" material = "1.14.0" -media3 = "1.9.3" +media3 = "1.10.1" navigationKtx = "2.9.7" newpipeextractor = "v0.26.0" nextlibMedia3 = "1.9.3-0.12.0"