From 9bd05870cba35f94545793c00bdb5ce7f5cc1d3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 15:07:12 +0800 Subject: [PATCH] Bump media3 from 1.6.0 to 1.6.1 (#4973) Bumps `media3` from 1.6.0 to 1.6.1. Updates `androidx.media3:media3-datasource-okhttp` from 1.6.0 to 1.6.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.6.0...1.6.1) Updates `androidx.media3:media3-exoplayer` from 1.6.0 to 1.6.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.6.0...1.6.1) Updates `androidx.media3:media3-session` from 1.6.0 to 1.6.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.6.0...1.6.1) --- updated-dependencies: - dependency-name: androidx.media3:media3-datasource-okhttp dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-exoplayer dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-session dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 f7681c57c..69598d38a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,7 +29,7 @@ liveeventbus = "1.8.14" markwon = "4.6.2" material = "1.12.0" media = "1.7.0" -media3 = "1.6.0" +media3 = "1.6.1" nanoHttpd = "2.3.1" okhttp = "4.12.0" preference = "1.2.1"