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 df220f8 commit 10ec34fCopy full SHA for 10ec34f
android/build.gradle
@@ -75,7 +75,7 @@ dependencies {
75
// When disabled, reduces APK size by ~4MB
76
// Configure via capacitor.config.ts: plugins.NativeAudio.hls = false
77
if (includeHls == 'true') {
78
- implementation 'androidx.media3:media3-exoplayer-hls:1.8.0'
+ implementation 'androidx.media3:media3-exoplayer-hls:1.9.0'
79
}
80
81
implementation 'androidx.media3:media3-session:1.8.0'
0 commit comments