fix(src/es): AnimeFenix fixes and updates (#729)

Closes #719
Closes #511
This commit is contained in:
imper1aldev 2025-03-02 08:47:44 -06:00 committed by GitHub
parent 5aa7b9fc8a
commit 8b0b17973b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 261 additions and 309 deletions

View file

@ -0,0 +1,7 @@
plugins {
id("lib-android")
}
dependencies {
implementation(project(":lib:playlist-utils"))
}