2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'Doramasflix'
|
|
|
|
extClass = '.Doramasflix'
|
2024-10-16 17:35:02 +00:00
|
|
|
extVersionCode = 23
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:vudeo-extractor'))
|
|
|
|
implementation(project(':lib:uqload-extractor'))
|
|
|
|
implementation(project(':lib:streamwish-extractor'))
|
|
|
|
implementation(project(':lib:filemoon-extractor'))
|
|
|
|
implementation(project(':lib:streamlare-extractor'))
|
|
|
|
implementation(project(':lib:yourupload-extractor'))
|
|
|
|
implementation(project(':lib:streamtape-extractor'))
|
|
|
|
implementation(project(':lib:dood-extractor'))
|
|
|
|
implementation(project(':lib:voe-extractor'))
|
|
|
|
implementation(project(':lib:okru-extractor'))
|
|
|
|
implementation(project(':lib:mp4upload-extractor'))
|
|
|
|
implementation(project(':lib:mixdrop-extractor'))
|
|
|
|
implementation(project(':lib:burstcloud-extractor'))
|
|
|
|
implementation(project(':lib:fastream-extractor'))
|
|
|
|
implementation(project(':lib:upstream-extractor'))
|
|
|
|
implementation(project(':lib:streamhidevid-extractor'))
|
|
|
|
}
|