From 7ce15d9a5a7017ea5fa139dfd928399fe7fda236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 02:45:57 +0000 Subject: [PATCH] build(deps): bump media3_version from 1.4.0 to 1.4.1 Bumps `media3_version` from 1.4.0 to 1.4.1. Updates `androidx.media3:media3-exoplayer` from 1.4.0 to 1.4.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.4.0...1.4.1) Updates `androidx.media3:media3-ui-leanback` from 1.4.0 to 1.4.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.4.0...1.4.1) Updates `androidx.media3:media3-ui` from 1.4.0 to 1.4.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.4.0...1.4.1) --- updated-dependencies: - dependency-name: androidx.media3:media3-exoplayer dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-ui-leanback dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index fceec77..7760e16 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,7 +61,7 @@ android { dependencies { def leanback_version = "1.2.0-alpha04" def glide_version = "4.16.0" - def media3_version = "1.4.0" + def media3_version = "1.4.1" def rxjava3_version = "3.1.8" def rxjava3_android_version = "3.0.2" def room_version = "2.6.1"