2024-08-05 15:07:35 +01:00
|
|
|
ext {
|
|
|
|
extName = 'Cineplus123'
|
|
|
|
extClass = '.Cineplus123'
|
|
|
|
themePkg = 'dooplay'
|
|
|
|
baseUrl = 'https://cineplus123.org'
|
Merged with dark25 (#636)
* merge
merged lib, lib-multisrc, all, ar, de, en, es, fr, hi, id, it, pt, tr src from dark25
* patch
2025-02-10 15:41:59 +07:00
|
|
|
overrideVersionCode = 5
|
2024-08-05 15:07:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(":lib:streamwish-extractor"))
|
|
|
|
implementation(project(":lib:uqload-extractor"))
|
Merged with dark25 (#636)
* merge
merged lib, lib-multisrc, all, ar, de, en, es, fr, hi, id, it, pt, tr src from dark25
* patch
2025-02-10 15:41:59 +07:00
|
|
|
implementation(project(":lib:universal-extractor"))
|
2024-08-05 15:07:35 +01:00
|
|
|
}
|