Spanish extensions added (#135)

* VerAnimes extension added

* HomeCine extension added

* Fix ext version
This commit is contained in:
imper1aldev 2024-08-13 12:48:00 -06:00 committed by GitHub
parent ce2bbcc25b
commit c6456c8ff4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 675 additions and 2 deletions

View file

@ -0,0 +1,15 @@
ext {
extName = 'VerAnimes'
extClass = '.VerAnimes'
extVersionCode = 1
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:okru-extractor'))
implementation(project(':lib:streamwish-extractor'))
implementation(project(':lib:streamhidevid-extractor'))
implementation(project(':lib:voe-extractor'))
implementation(project(':lib:yourupload-extractor'))
}