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