Feat(Exoplayer): Added additional codec support. (#528)

* Add dependency

* Add Decoders to Builder

* Remove Comments
This commit is contained in:
Sadwhy 2024-11-19 01:27:53 +06:00 committed by GitHub
parent 9fa326c571
commit a4bd367f98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 2 deletions

View file

@ -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'