From f6514e4a5e846cbd676996d306cb05d328d1e46a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 06:15:12 +0000 Subject: [PATCH] Bump media3_version from 1.4.0 to 1.4.1 Bumps `media3_version` from 1.4.0 to 1.4.1. Updates `androidx.media3:media3-common` from 1.4.0 to 1.4.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.4.0...1.4.1) Updates `androidx.media3:media3-database` from 1.4.0 to 1.4.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.4.0...1.4.1) Updates `androidx.media3:media3-datasource` from 1.4.0 to 1.4.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.4.0...1.4.1) Updates `androidx.media3:media3-datasource-okhttp` from 1.4.0 to 1.4.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.4.0...1.4.1) Updates `androidx.media3:media3-exoplayer` from 1.4.0 to 1.4.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.4.0...1.4.1) Updates `androidx.media3:media3-session` from 1.4.0 to 1.4.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.4.0...1.4.1) --- updated-dependencies: - dependency-name: androidx.media3:media3-common dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-database dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-datasource dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-datasource-okhttp 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-session dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 35811f8c..cb334f0c 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { kotlin_version = '1.9.25' kotlinx_version = '1.8.1' lifecycle_version = '2.8.4' - media3_version = '1.4.0' + media3_version = '1.4.1' room_version = '2.6.1' } repositories {