From 1adf730de9774bacac05f31662c5d1961f80c3f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 20:25:31 +0000 Subject: [PATCH] Bump androidx.media3:media3-inspector from 1.9.3 to 1.10.0 Bumps [androidx.media3:media3-inspector](https://github.com/androidx/media) 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-inspector 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 c6f76071c..18cff9d22 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.3.0" uvcandroid = "1.0.11" -media3 = "1.9.3" +media3 = "1.10.0" [libraries] androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" }