From 359c1c7aff0d373627fcdf5dc4dd70a8a7dfedf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 06:58:56 -0400 Subject: [PATCH] Bump media3 from 1.2.1 to 1.3.0 (#4290) Bumps `media3` from 1.2.1 to 1.3.0. Updates `androidx.media3:media3-datasource-cronet` from 1.2.1 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.1...1.3.0) Updates `androidx.media3:media3-exoplayer` from 1.2.1 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.1...1.3.0) Updates `androidx.media3:media3-exoplayer-hls` from 1.2.1 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.1...1.3.0) Updates `androidx.media3:media3-ui` from 1.2.1 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.1...1.3.0) --- updated-dependencies: - dependency-name: androidx.media3:media3-datasource-cronet 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-hls dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4b27bdecf..7ff6f7e54 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,7 +39,7 @@ ksp = "1.9.23-1.0.19" ktlint = "12.1.0" lifecycle = "2.7.0" material = "1.11.0" -media3 = "1.2.1" +media3 = "1.3.0" navigation-compose = "2.7.7" okhttp = "4.12.0" paging = "3.2.1"