Feat(Exoplayer): Added additional codec support. (#528)
* Add dependency * Add Decoders to Builder * Remove Comments
This commit is contained in:
parent
9fa326c571
commit
a4bd367f98
2 changed files with 13 additions and 2 deletions
|
@ -123,6 +123,8 @@ dependencies {
|
|||
// Media3 Casting
|
||||
implementation "androidx.media3:media3-cast:$exo_version"
|
||||
implementation "androidx.mediarouter:mediarouter:1.7.0"
|
||||
// Media3 extension
|
||||
implementation "com.github.anilbeesetti.nextlib:nextlib-media3ext:v0.7.0"
|
||||
|
||||
// UI
|
||||
implementation 'com.google.android.material:material:1.12.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue