From d94d09d40d7ed515771d79335e4a5fe910cb37fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 06:42:19 +0000 Subject: [PATCH] Bump media3_version from 1.3.1 to 1.4.0 Bumps `media3_version` from 1.3.1 to 1.4.0. Updates `androidx.media3:media3-common` from 1.3.1 to 1.4.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.3.1...1.4.0) Updates `androidx.media3:media3-database` from 1.3.1 to 1.4.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.3.1...1.4.0) Updates `androidx.media3:media3-datasource` from 1.3.1 to 1.4.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.3.1...1.4.0) Updates `androidx.media3:media3-datasource-okhttp` from 1.3.1 to 1.4.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.3.1...1.4.0) Updates `androidx.media3:media3-exoplayer` from 1.3.1 to 1.4.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.3.1...1.4.0) Updates `androidx.media3:media3-session` from 1.3.1 to 1.4.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.3.1...1.4.0) --- updated-dependencies: - dependency-name: androidx.media3:media3-common dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-database dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-datasource dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-datasource-okhttp 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-session dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8323ee81..edf12613 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { kotlin_version = '1.9.24' kotlinx_version = '1.8.1' lifecycle_version = '2.8.3' - media3_version = '1.3.1' + media3_version = '1.4.0' room_version = '2.6.1' } repositories {