From 4926fb673f689655e68829054fad2b4abf8ff6ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:59:48 +0000 Subject: [PATCH] build(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-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-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) 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-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) --- updated-dependencies: - 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-ui 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-datasource-okhttp 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 0b91fe6..a439ee7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ tvMaterial = "1.1.0-beta01" navCompose = "2.9.7" hiltNavCompose = "1.3.0" coil = "3.4.0" -media3 = "1.9.2" +media3 = "1.9.3" akdanmaku = "1.0.3" datastore = "1.2.1" room = "2.8.4"