From a9101027b3efff3166cea62ad419880f4cd9d8b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 02:47:56 +0000 Subject: [PATCH] Build(deps): Bump media3_version from 1.1.1 to 1.2.0 Bumps `media3_version` from 1.1.1 to 1.2.0. Updates `androidx.media3:media3-exoplayer` from 1.1.1 to 1.2.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.1.1...1.2.0) Updates `androidx.media3:media3-ui` from 1.1.1 to 1.2.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.1.1...1.2.0) --- updated-dependencies: - dependency-name: androidx.media3:media3-exoplayer dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-ui dependency-type: direct:production update-type: version-update:semver-minor ... 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 bfefab5f72..f439685db3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -152,7 +152,7 @@ ext { roomVersion = "2.6.0" workVersion = "2.8.1" espressoVersion = "3.5.1" - media3_version = "1.1.1" + media3_version = "1.2.0" } configurations.all {