2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'Multimovies'
|
|
|
|
extClass = '.Multimovies'
|
|
|
|
themePkg = 'dooplay'
|
|
|
|
baseUrl = 'https://multimovies.art'
|
2025-02-10 08:42:18 +00:00
|
|
|
overrideVersionCode = 20
|
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'))
|
2025-01-27 02:26:48 +07:00
|
|
|
implementation(libs.jsunpacker)
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|