14 lines
324 B
Groovy
14 lines
324 B
Groovy
![]() |
ext {
|
||
|
extName = 'Cineplus123'
|
||
|
extClass = '.Cineplus123'
|
||
|
themePkg = 'dooplay'
|
||
|
baseUrl = 'https://cineplus123.org'
|
||
|
overrideVersionCode = 0
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(":lib:streamwish-extractor"))
|
||
|
implementation(project(":lib:uqload-extractor"))
|
||
|
}
|