[#11930] Playlist with more than 50 items
This commit is contained in:
parent
a03fd7517f
commit
4d26517d86
3 changed files with 50 additions and 4 deletions
|
|
@ -255,6 +255,9 @@ dependencies {
|
|||
// HTTP client
|
||||
implementation "com.squareup.okhttp3:okhttp:4.12.0"
|
||||
|
||||
// Apache Commons Collections
|
||||
implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'
|
||||
|
||||
// Media player
|
||||
implementation "com.google.android.exoplayer:exoplayer-core:${exoPlayerVersion}"
|
||||
implementation "com.google.android.exoplayer:exoplayer-dash:${exoPlayerVersion}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue