TioAnime improvements and VidGuardExtractor added

This commit is contained in:
imper1aldev 2024-09-14 00:06:34 -06:00
parent 336fc9d891
commit addec95219
17 changed files with 377 additions and 259 deletions

View file

@ -0,0 +1,8 @@
plugins {
id("lib-android")
}
dependencies {
implementation(project(":lib:playlist-utils"))
implementation("org.mozilla:rhino:1.7.14")
}