From 6976ccd5d32a8ce30af1dbab0e6c9e29e8f3ff5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 May 2023 10:32:53 +0000 Subject: [PATCH] Bump media3_version from 1.0.1 to 1.0.2 Bumps `media3_version` from 1.0.1 to 1.0.2. Updates `androidx.media3:media3-exoplayer` from 1.0.1 to 1.0.2 - [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.0.1...1.0.2) Updates `androidx.media3:media3-datasource-okhttp` from 1.0.1 to 1.0.2 - [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.0.1...1.0.2) --- 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 efb9bdc20..ecd2af086 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { kotlin_version = '1.8.21' agp_version = '8.0.1' //exoplayer_version = '2.18.6' - media3_version = "1.0.1" + media3_version = "1.0.2" splitties_version = '3.0.0' room_version = '2.5.1' }