stuff (#567)
* Add blur to dialog for devices that support it * More adjustable seek time * Bump exo player
This commit is contained in:
parent
6fa2f11db2
commit
6fd3515d2c
3 changed files with 15 additions and 7 deletions
|
@ -113,7 +113,7 @@ dependencies {
|
|||
implementation 'jp.wasabeef:glide-transformations:4.3.0'
|
||||
|
||||
// Exoplayer
|
||||
ext.exo_version = '1.5.0'
|
||||
ext.exo_version = '1.5.1'
|
||||
implementation "androidx.media3:media3-exoplayer:$exo_version"
|
||||
implementation "androidx.media3:media3-ui:$exo_version"
|
||||
implementation "androidx.media3:media3-exoplayer-hls:$exo_version"
|
||||
|
@ -124,7 +124,7 @@ dependencies {
|
|||
implementation "androidx.media3:media3-cast:$exo_version"
|
||||
implementation "androidx.mediarouter:mediarouter:1.7.0"
|
||||
// Media3 extension
|
||||
implementation "com.github.anilbeesetti.nextlib:nextlib-media3ext:0.8.3"
|
||||
implementation "com.github.anilbeesetti.nextlib:nextlib-media3ext:0.8.4"
|
||||
|
||||
// UI
|
||||
implementation 'com.google.android.material:material:1.12.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue