Skip to content

Commit 8298121

Browse files
fix(deps): update dependency androidx.media3:media3-exoplayer to v1.9.0 (#226)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f2ed629 commit 8298121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies {
6969
testImplementation "junit:junit:$junitVersion"
7070
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
7171
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
72-
implementation 'androidx.media3:media3-exoplayer:1.8.0'
72+
implementation 'androidx.media3:media3-exoplayer:1.9.0'
7373

7474
// HLS (m3u8) streaming support - optional dependency
7575
// When disabled, reduces APK size by ~4MB

0 commit comments

Comments
 (0)