14 lines
361 B
Groovy
14 lines
361 B
Groovy
|
ext {
|
||
|
extName = 'MundoDonghua'
|
||
|
extClass = '.MundoDonghua'
|
||
|
extVersionCode = 22
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(':lib:filemoon-extractor'))
|
||
|
implementation(project(':lib:voe-extractor'))
|
||
|
implementation(project(':lib:playlist-utils'))
|
||
|
implementation(project(':lib:dailymotion-extractor'))
|
||
|
}
|