Update dependency androidx.media3:media3-exoplayer-dash to v1.10.1
Some checks failed
gitleaks / scan (push) Failing after 1s

This commit is contained in:
Renovate Bot 2026-07-07 06:54:00 +00:00
parent 3d86b5be52
commit e9b6d1d554

View file

@ -162,7 +162,7 @@ dependencies {
// Media3 ExoPlayer
implementation("androidx.media3:media3-exoplayer:1.4.1")
implementation("androidx.media3:media3-exoplayer-dash:1.4.1")
implementation("androidx.media3:media3-exoplayer-dash:1.10.1")
implementation("androidx.media3:media3-exoplayer-hls:1.4.1")
implementation("androidx.media3:media3-ui:1.4.1")
// Media3 session — MediaSessionService for background audio + lock-screen controls.