Spanish extensions added (#135)
* VerAnimes extension added * HomeCine extension added * Fix ext version
This commit is contained in:
parent
ce2bbcc25b
commit
c6456c8ff4
16 changed files with 675 additions and 2 deletions
11
src/es/homecine/build.gradle
Normal file
11
src/es/homecine/build.gradle
Normal file
|
@ -0,0 +1,11 @@
|
|||
ext {
|
||||
extName = 'HomeCine'
|
||||
extClass = '.HomeCine'
|
||||
extVersionCode = 1
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation(project(':lib:fastream-extractor'))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue