1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-04-06 18:57:01 +00:00

[#11930] Removing Apache Commons Collections

It's no longer needed after the conversion to Kotlin.
This commit is contained in:
Thiago F. G. Albuquerque 2025-02-26 21:25:39 -03:00
parent 3c7b026d7d
commit 0fd2d4fed6

View File

@ -255,9 +255,6 @@ 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}"