From 73ae0fd099701ecbc1fa5fe930a49676fdf0c625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:19:22 +0000 Subject: [PATCH] chore(deps): bump media3Version from 1.2.0 to 1.2.1 Bumps `media3Version` from 1.2.0 to 1.2.1. Updates `androidx.media3:media3-common` 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-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-exoplayer-workmanager` 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-session` 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-test-utils` 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-test-utils-robolectric` 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-common 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-exoplayer-workmanager 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 - dependency-name: androidx.media3:media3-test-utils dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-test-utils-robolectric 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 2f86ddbc2..7bd966362 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -93,7 +93,7 @@ project.afterEvaluate { dependencies { def androidXHiltVersion = '1.1.0' def fragmentVersion = '1.6.1' - def media3Version = '1.2.0' + def media3Version = '1.2.1' def roomVersion = '2.6.1' def workManagerVersion = '2.9.0'