Upgrade ExoPlayer to 2.18.1
exoplayer 2.18.0 -> 2.18.1
This commit is contained in:
parent
cc0ab920fd
commit
2866532e28
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ dependencies {
|
|||
kapt("com.google.dagger:hilt-compiler:$hiltVersion")
|
||||
|
||||
// ExoPlayer
|
||||
val exoplayerVersion = "2.18.0"
|
||||
val exoplayerVersion = "2.18.1"
|
||||
implementation("com.google.android.exoplayer:exoplayer-core:$exoplayerVersion")
|
||||
implementation("com.google.android.exoplayer:exoplayer-ui:$exoplayerVersion")
|
||||
implementation(files("libs/extension-ffmpeg-release.aar"))
|
||||
|
|
Loading…
Reference in a new issue