extensions-source/src/es/mundodonghua/build.gradle

14 lines
No EOL
361 B
Groovy

ext {
extName = 'MundoDonghua'
extClass = '.MundoDonghua'
extVersionCode = 31
}
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'))
}