From c68dc5988caf360ae15b7f85eee7699b8fc6a2fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:19:03 +0000 Subject: [PATCH] Bump androidx.media3:media3-exoplayer from 1.5.0 to 1.5.1 Bumps [androidx.media3:media3-exoplayer](https://github.com/androidx/media) from 1.5.0 to 1.5.1. - [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.5.0...1.5.1) --- updated-dependencies: - dependency-name: androidx.media3:media3-exoplayer 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 76be2d6ff..6ed17bf68 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ junit = "4.13.2" mockito = "5.4.0" ktor = "2.3.13" uvcandroid = "1.0.7" -media3 = "1.5.0" +media3 = "1.5.1" [libraries] androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" }