From 5a1b67f599bc95b9f04d06cc7f22cc65994995f0 Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:51:22 -0400 Subject: Upgrade Media3 and enable decoder fallback. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 2dc84ee5..6500f7cf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -85,7 +85,7 @@ dependencies { implementation 'com.google.android.material:material:1.12.0' /** ExoPlayer **/ - def media3_version = "1.3.1" + def media3_version = "1.4.0-alpha02" implementation "androidx.media3:media3-exoplayer:$media3_version" implementation "androidx.media3:media3-exoplayer-dash:$media3_version" implementation "androidx.media3:media3-exoplayer-hls:$media3_version" -- cgit v1.2.3