Skip to content

Commit 10ec34f

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

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
@@ -75,7 +75,7 @@ dependencies {
7575
// When disabled, reduces APK size by ~4MB
7676
// Configure via capacitor.config.ts: plugins.NativeAudio.hls = false
7777
if (includeHls == 'true') {
78-
implementation 'androidx.media3:media3-exoplayer-hls:1.8.0'
78+
implementation 'androidx.media3:media3-exoplayer-hls:1.9.0'
7979
}
8080

8181
implementation 'androidx.media3:media3-session:1.8.0'

0 commit comments

Comments
 (0)