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,11 @@
ext {
extName = 'HomeCine'
extClass = '.HomeCine'
extVersionCode = 1
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:fastream-extractor'))
}