This commit is contained in:
deniscerri 2025-10-12 09:49:49 +02:00
parent c48fe3c4ff
commit 3feedcdad0
No known key found for this signature in database
GPG key ID: 95C43D517D830350

View file

@ -149,13 +149,13 @@ dependencies {
// implementation "com.github.yausername.youtubedl-android:aria2c:$youtubedlAndroidVer"
// implementation "io.github.junkfood02.youtubedl-android:library:0.18.0"
// implementation "io.github.junkfood02.youtubedl-android:ffmpeg:0.18.0"
// implementation "io.github.junkfood02.youtubedl-android:aria2c:0.18.0"
implementation "io.github.junkfood02.youtubedl-android:library:0.18.0"
implementation "io.github.junkfood02.youtubedl-android:ffmpeg:0.18.0"
implementation "io.github.junkfood02.youtubedl-android:aria2c:0.18.0"
implementation "io.github.junkfood02.youtubedl-android:library:0.17.4"
implementation "io.github.junkfood02.youtubedl-android:ffmpeg:0.17.2"
implementation "io.github.junkfood02.youtubedl-android:aria2c:0.17.2"
// implementation "io.github.junkfood02.youtubedl-android:library:0.17.4"
// implementation "io.github.junkfood02.youtubedl-android:ffmpeg:0.17.2"
// implementation "io.github.junkfood02.youtubedl-android:aria2c:0.17.2"
implementation "androidx.appcompat:appcompat:$appCompatVer"
implementation "androidx.constraintlayout:constraintlayout:2.2.1"