We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ed629 commit 8298121Copy full SHA for 8298121
android/build.gradle
@@ -69,7 +69,7 @@ dependencies {
69
testImplementation "junit:junit:$junitVersion"
70
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
71
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
72
- implementation 'androidx.media3:media3-exoplayer:1.8.0'
+ implementation 'androidx.media3:media3-exoplayer:1.9.0'
73
74
// HLS (m3u8) streaming support - optional dependency
75
// When disabled, reduces APK size by ~4MB
0 commit comments