From 321395bb2ce1c390cc9c4f24c87aadd2664a6a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:48:15 +0000 Subject: [PATCH] chore(deps): bump media3Version from 1.2.0 to 1.3.0 Bumps `media3Version` from 1.2.0 to 1.3.0. Updates `androidx.media3:media3-common` from 1.2.0 to 1.3.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.2.0...1.3.0) Updates `androidx.media3:media3-exoplayer` from 1.2.0 to 1.3.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.2.0...1.3.0) Updates `androidx.media3:media3-exoplayer-workmanager` from 1.2.0 to 1.3.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.2.0...1.3.0) Updates `androidx.media3:media3-session` from 1.2.0 to 1.3.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.2.0...1.3.0) Updates `androidx.media3:media3-test-utils` from 1.2.0 to 1.3.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.2.0...1.3.0) Updates `androidx.media3:media3-test-utils-robolectric` from 1.2.0 to 1.3.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.2.0...1.3.0) --- updated-dependencies: - dependency-name: androidx.media3:media3-common dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-exoplayer dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-exoplayer-workmanager dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-session dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-test-utils dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-test-utils-robolectric 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 2f86ddbc2..218bd2391 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.3.0' def roomVersion = '2.6.1' def workManagerVersion = '2.9.0'