From b5fe04ae9a6d33d5a94c00a48e25da80045e5912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 21:07:33 +0000 Subject: [PATCH] Build(deps): Bump media3_version from 1.2.0 to 1.2.1 Bumps `media3_version` from 1.2.0 to 1.2.1. Updates `androidx.media3:media3-exoplayer` from 1.2.0 to 1.2.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.2.0...1.2.1) Updates `androidx.media3:media3-ui` from 1.2.0 to 1.2.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.2.0...1.2.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 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 f2d3670ed..c75a5be08 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -156,7 +156,7 @@ ext { roomVersion = "2.6.1" workVersion = "2.9.0" espressoVersion = "3.5.1" - media3_version = "1.2.0" + media3_version = "1.2.1" } configurations.configureEach {