From 993e3043e48bc0711a0b7a3c2082f96bf64f7c41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:23:37 +0000 Subject: [PATCH] build(deps): bump media3 from 1.4.1 to 1.5.0 Bumps `media3` from 1.4.1 to 1.5.0. Updates `androidx.media3:media3-exoplayer` from 1.4.1 to 1.5.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.4.1...1.5.0) Updates `androidx.media3:media3-ui` from 1.4.1 to 1.5.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.4.1...1.5.0) Updates `androidx.media3:media3-exoplayer-hls` from 1.4.1 to 1.5.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.4.1...1.5.0) --- updated-dependencies: - dependency-name: androidx.media3:media3-exoplayer 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 - dependency-name: androidx.media3:media3-exoplayer-hls dependency-type: direct:production update-type: version-update:semver-minor ... 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 fcbd0bb..0ac007e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ hilt-navigation-compose = "1.2.0" coil = "2.7.0" coil-transformers = "1.0.6" timber = "5.0.1" -media3 = "1.4.1" +media3 = "1.5.0" akdanmaku = "1.0.3" datastore = "1.1.1" jsoup = "1.18.1"