2024-08-19 11:12:51 -06:00
|
|
|
ext {
|
|
|
|
extName = 'Cine24h'
|
|
|
|
extClass = '.Cine24h'
|
2025-01-18 22:42:08 +00:00
|
|
|
extVersionCode = 3
|
2024-08-19 11:12:51 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
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'))
|
2024-09-14 06:53:22 -06:00
|
|
|
implementation(project(':lib:vidguard-extractor'))
|
2024-08-19 11:12:51 -06:00
|
|
|
}
|