16 lines
No EOL
459 B
Groovy
16 lines
No EOL
459 B
Groovy
ext {
|
|
extName = 'Cine24h'
|
|
extClass = '.Cine24h'
|
|
extVersionCode = 13
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:fastream-extractor'))
|
|
implementation(project(':lib:dood-extractor'))
|
|
implementation(project(':lib:filemoon-extractor'))
|
|
implementation(project(':lib:voe-extractor'))
|
|
implementation(project(':lib:vidguard-extractor'))
|
|
implementation(project(':lib:universal-extractor'))
|
|
} |