Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
fix change episode in PlaybackFragment can cause crash,see androidx/m…
Browse files Browse the repository at this point in the history
  • Loading branch information
peacefulprogram committed Sep 2, 2023
1 parent 0833bc5 commit f7ae137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1")


val media3Version = "1.1.1"
val media3Version = "1.0.2"
implementation("androidx.media3:media3-exoplayer:$media3Version")
implementation("androidx.media3:media3-ui:$media3Version")
implementation("androidx.media3:media3-exoplayer-hls:$media3Version")
Expand Down

0 comments on commit f7ae137

Please sign in to comment.