From 92eca43d1565cf2a5805290c18600701ebd8d2e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 19:48:06 +0000 Subject: [PATCH] Chore(deps): Bump media3 from 1.9.2 to 1.9.3 Bumps `media3` from 1.9.2 to 1.9.3. Updates `androidx.media3:media3-cast` from 1.9.2 to 1.9.3 - [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.9.3) Updates `androidx.media3:media3-common` from 1.9.2 to 1.9.3 - [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.9.3) Updates `androidx.media3:media3-container` from 1.9.2 to 1.9.3 - [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.9.3) Updates `androidx.media3:media3-datasource-cronet` from 1.9.2 to 1.9.3 - [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.9.3) Updates `androidx.media3:media3-datasource-okhttp` from 1.9.2 to 1.9.3 - [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.9.3) Updates `androidx.media3:media3-exoplayer` from 1.9.2 to 1.9.3 - [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.9.3) Updates `androidx.media3:media3-exoplayer-dash` from 1.9.2 to 1.9.3 - [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.9.3) Updates `androidx.media3:media3-exoplayer-hls` from 1.9.2 to 1.9.3 - [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.9.3) Updates `androidx.media3:media3-session` from 1.9.2 to 1.9.3 - [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.9.3) Updates `androidx.media3:media3-ui` from 1.9.2 to 1.9.3 - [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.9.3) --- updated-dependencies: - dependency-name: androidx.media3:media3-cast dependency-version: 1.9.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-common dependency-version: 1.9.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-container dependency-version: 1.9.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-datasource-cronet dependency-version: 1.9.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-datasource-okhttp dependency-version: 1.9.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-exoplayer dependency-version: 1.9.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-exoplayer-dash dependency-version: 1.9.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-exoplayer-hls dependency-version: 1.9.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-session dependency-version: 1.9.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-ui dependency-version: 1.9.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 a836a75fbd..d1d88714da 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.9.4" material = "1.14.0-alpha08" -media3 = "1.9.2" +media3 = "1.9.3" navigationKtx = "2.9.6" newpipeextractor = "v0.25.2" nextlibMedia3 = "1.9.1-0.11.0"