2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'Multimovies'
|
|
|
|
extClass = '.Multimovies'
|
|
|
|
themePkg = 'dooplay'
|
|
|
|
baseUrl = 'https://multimovies.art'
|
2024-08-19 11:12:51 -06:00
|
|
|
overrideVersionCode = 18
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:streamlare-extractor'))
|
|
|
|
implementation(project(':lib:voe-extractor'))
|
|
|
|
implementation(project(':lib:dood-extractor'))
|
|
|
|
implementation(project(':lib:mixdrop-extractor'))
|
|
|
|
implementation(project(':lib:cryptoaes'))
|
|
|
|
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
|
|
|
|
}
|