This commit is contained in:
imper1aldev 2024-10-07 12:06:00 -06:00 committed by GitHub
parent 08d7598fd2
commit 7cf81b76dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 62 additions and 32 deletions

View file

@ -3,7 +3,7 @@ ext {
extClass = '.AnimeOnlineNinja'
themePkg = 'dooplay'
baseUrl = 'https://ww3.animeonline.ninja'
overrideVersionCode = 39
overrideVersionCode = 40
}
apply from: "$rootDir/common.gradle"
@ -14,4 +14,7 @@ dependencies {
implementation(project(':lib:filemoon-extractor'))
implementation(project(':lib:mixdrop-extractor'))
implementation(project(':lib:uqload-extractor'))
implementation(project(':lib:vidhide-extractor'))
implementation(project(':lib:streamwish-extractor'))
implementation(project(':lib:mp4upload-extractor'))
}