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

@ -1,7 +1,7 @@
ext {
extName = 'Pelisplushd'
extClass = '.PelisplushdFactory'
extVersionCode = 54
extVersionCode = 55
}
apply from: "$rootDir/common.gradle"
@ -24,4 +24,4 @@ dependencies {
implementation(project(':lib:upstream-extractor'))
implementation(project(':lib:streamhidevid-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
}
}