From f4a5209e147ce63d61971fd77e4564fc2f854fc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 07:07:33 +0000 Subject: [PATCH] Update dependency androidx.media3:media3-datasource-okhttp to v1.9.3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index bce25e7..58b3efb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation 'androidx.media3:media3-exoplayer:1.9.2' implementation 'androidx.media3:media3-exoplayer-hls:1.9.2' implementation 'androidx.media3:media3-session:1.9.3' - implementation 'androidx.media3:media3-datasource-okhttp:1.9.2' + implementation 'androidx.media3:media3-datasource-okhttp:1.9.3' implementation 'androidx.navigation:navigation-fragment-ktx:2.9.7' implementation 'androidx.navigation:navigation-ui-ktx:2.9.7' implementation 'androidx.work:work-runtime-ktx:2.11.1'