fix(src/es): AnimeFenix fixes and updates

Closes #719
Closes #511
This commit is contained in:
imper1aldev 2025-03-01 18:06:42 -06:00
parent 6706bbf200
commit 60729c8078
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"))
}