JkAnime fixes

Closes #355
This commit is contained in:
imper1aldev 2025-01-08 18:23:02 -06:00
parent 48f1bac534
commit 506960110a
2 changed files with 76 additions and 26 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'Jkanime'
extClass = '.Jkanime'
extVersionCode = 25
extVersionCode = 26
}
apply from: "$rootDir/common.gradle"
@ -14,4 +14,6 @@ dependencies {
implementation(project(':lib:filemoon-extractor'))
implementation(project(':lib:streamtape-extractor'))
implementation(project(':lib:voe-extractor'))
implementation(project(':lib:vidhide-extractor'))
implementation 'org.mozilla:rhino:1.7.14'
}