From 5f36a7d74daa8e20dbb7c7a536b26d80e3d3cee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:10:01 +0000 Subject: [PATCH] Bump androidx.media3:media3-exoplayer from 1.5.0-beta01 to 1.5.0 Bumps [androidx.media3:media3-exoplayer](https://github.com/androidx/media) from 1.5.0-beta01 to 1.5.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.5.0-beta01...1.5.0) --- 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 a85059f80..8e3ca57cc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ junit = "4.13.2" mockito = "5.4.0" ktor = "3.0.1" uvcandroid = "1.0.7" -media3 = "1.5.0-beta01" +media3 = "1.5.0" [libraries] androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" }