ext { extName = 'HDS' extClass = '.Hds' themePkg = 'dooplay' baseUrl = 'https://www.hds.quest' overrideVersionCode = 5 } apply from: "$rootDir/common.gradle" dependencies { implementation(project(':lib:filemoon-extractor')) implementation(project(':lib:streamhidevid-extractor')) }