From 2d15ecd296c4d98d68f508168b7e5e34f2cb8dea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 10:37:14 +0100 Subject: [PATCH] Bump media3_version from 1.5.0 to 1.5.1 (#743) Bumps `media3_version` from 1.5.0 to 1.5.1. Updates `androidx.media3:media3-common` 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) Updates `androidx.media3:media3-database` 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) Updates `androidx.media3:media3-datasource` 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) Updates `androidx.media3:media3-datasource-okhttp` 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) Updates `androidx.media3:media3-exoplayer` 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) Updates `androidx.media3:media3-session` 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-common dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-database dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-datasource dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-datasource-okhttp dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-exoplayer dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-session dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b533429d..08b4c7f4 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { kotlin_version = '2.0.21' kotlinx_version = '1.9.0' lifecycle_version = '2.8.7' - media3_version = '1.5.0' + media3_version = '1.5.1' room_version = '2.6.1' } repositories {