2024-08-13 12:48:00 -06:00
|
|
|
ext {
|
|
|
|
extName = 'HomeCine'
|
|
|
|
extClass = '.HomeCine'
|
2025-01-09 11:35:14 +00:00
|
|
|
extVersionCode = 3
|
2024-08-13 12:48:00 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
2024-12-09 15:48:19 -06:00
|
|
|
implementation(project(':lib:burstcloud-extractor'))
|
|
|
|
implementation(project(':lib:mp4upload-extractor'))
|
|
|
|
implementation(project(':lib:streamwish-extractor'))
|
|
|
|
implementation(project(':lib:voe-extractor'))
|
|
|
|
implementation(project(':lib:yourupload-extractor'))
|
2024-08-13 12:48:00 -06:00
|
|
|
implementation(project(':lib:fastream-extractor'))
|
2024-12-09 15:48:19 -06:00
|
|
|
implementation(project(':lib:upstream-extractor'))
|
|
|
|
implementation(project(':lib:filemoon-extractor'))
|
2024-08-13 12:48:00 -06:00
|
|
|
}
|