merged lib, lib-multisrc, all, ar, de, en, es, fr, hi, id, it, pt, tr src from dark25
This commit is contained in:
Hak 2025-02-10 00:49:11 +07:00
parent 9f385108fc
commit 5f1a80f377
344 changed files with 12169 additions and 1056 deletions

View file

@ -0,0 +1,20 @@
ext {
extName = 'Animejl'
extClass = '.Animejl'
extVersionCode = 4
isNsfw = true
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:yourupload-extractor'))
implementation(project(':lib:streamtape-extractor'))
implementation(project(':lib:okru-extractor'))
implementation(project(':lib:voe-extractor'))
implementation(project(':lib:streamwish-extractor'))
implementation(project(':lib:streamhidevid-extractor'))
implementation(project(':lib:universal-extractor'))
implementation(project(':lib:uqload-extractor'))
implementation(project(':lib:mp4upload-extractor'))
}