From ce3427581134e3a04beb2218e756e0d16b43f7e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:08:04 +0000 Subject: [PATCH] build(deps): bump media3 from 1.3.0 to 1.3.1 Bumps `media3` from 1.3.0 to 1.3.1. Updates `androidx.media3:media3-exoplayer` from 1.3.0 to 1.3.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.3.0...1.3.1) Updates `androidx.media3:media3-ui` from 1.3.0 to 1.3.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.3.0...1.3.1) Updates `androidx.media3:media3-exoplayer-hls` from 1.3.0 to 1.3.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.3.0...1.3.1) --- updated-dependencies: - dependency-name: androidx.media3:media3-exoplayer dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-ui dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.media3:media3-exoplayer-hls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 4e9ead3..09a1056 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ coil = "2.6.0" coil-transformers = "1.0.6" qrcode = "1.6.2" timber = "5.0.1" -media3 = "1.3.0" +media3 = "1.3.1" akdanmaku = "1.0.3" datastore = "1.1.0-alpha05" jsoup = "1.17.2"