From 1ac8d8c8499c3f9d3973f3c4dbb2188e2be24cdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 12:20:52 +0000 Subject: [PATCH] Bump media3_version from 1.2.0 to 1.2.1 Bumps `media3_version` from 1.2.0 to 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-datasource-okhttp` 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-exoplayer 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 ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9beb03b92..ce45860d0 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { kotlin_version = '1.9.22' ksp_version = "1.0.17" agp_version = '8.2.2' - media3_version = "1.2.0" + media3_version = "1.2.1" splitties_version = '3.0.0' room_version = '2.6.1' }