From 594801238a3047120a4b55dae77fbef39e83c4ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 11:50:10 +0000 Subject: [PATCH] Update dependency androidx.media3:media3-exoplayer-hls to v1.9.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0efef76..8dccea6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -65,7 +65,7 @@ dependencies { implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.media:media:1.7.1' implementation 'androidx.media3:media3-exoplayer:1.9.1' - implementation 'androidx.media3:media3-exoplayer-hls:1.9.1' + implementation 'androidx.media3:media3-exoplayer-hls:1.9.2' implementation 'androidx.media3:media3-session:1.9.2' implementation 'androidx.media3:media3-datasource-okhttp:1.9.1' implementation 'androidx.navigation:navigation-fragment-ktx:2.9.7'