From a9dd152837dd0387053bc57fa68ce195f8da6383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 18:07:37 +0000 Subject: [PATCH] Bump androidx.media3:media3-exoplayer from 1.8.0 to 1.9.0 Bumps [androidx.media3:media3-exoplayer](https://github.com/androidx/media) from 1.8.0 to 1.9.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.8.0...1.9.0) --- updated-dependencies: - dependency-name: androidx.media3:media3-exoplayer dependency-version: 1.9.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 bb457a287..6df088114 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ coroutines = "1.10.2" junit = "4.13.2" mockito = "6.1.0" uvcandroid = "1.0.11" -media3 = "1.8.0" +media3 = "1.9.0" [libraries] androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" }