From 4c31fa519b1eff841d9267164dc88b1418b90c95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 23:04:53 +0000 Subject: [PATCH] Bump media3ExoplayerVersion from 1.9.3 to 1.10.0 Bumps `media3ExoplayerVersion` from 1.9.3 to 1.10.0. Updates `androidx.media3:media3-exoplayer` from 1.9.3 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.3...1.10.0) Updates `androidx.media3:media3-ui` from 1.9.3 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.3...1.10.0) Updates `androidx.media3:media3-session` from 1.9.3 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.3...1.10.0) Updates `androidx.media3:media3-common-ktx` from 1.9.3 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.3...1.10.0) Updates `androidx.media3:media3-ui-compose` from 1.9.3 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.3...1.10.0) Updates `androidx.media3:media3-ui-compose-material3` from 1.9.3 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.3...1.10.0) --- updated-dependencies: - 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-ui 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-common-ktx dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-ui-compose dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-ui-compose-material3 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 94e963440c..33bb559856 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -31,7 +31,7 @@ kryoVersion = "5.6.2" kspVersion = "2.3.6" legacySupportV13Version = "1.0.0" libsessionUtilAndroidVersion = "1.1.0-10-g6de8072" -media3ExoplayerVersion = "1.9.3" +media3ExoplayerVersion = "1.10.0" mockitoCoreVersion = "5.23.0" navVersion = "2.9.7" appcompatVersion = "1.7.1"