From 3b6ebe5e1b19cd1cf73f22a8fea6e7af8452b722 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 17:55:55 +0000 Subject: [PATCH] Update dependency androidx.media3:media3-exoplayer to v1.9.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a880762..8c99d92 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation 'androidx.palette:palette-ktx:1.0.0' implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.media:media:1.7.1' - implementation 'androidx.media3:media3-exoplayer:1.9.0' + implementation 'androidx.media3:media3-exoplayer:1.9.1' implementation 'androidx.media3:media3-exoplayer-hls:1.9.1' implementation 'androidx.media3:media3-session:1.9.1' implementation 'androidx.media3:media3-datasource-okhttp:1.9.0'