20 lines
639 B
Groovy
20 lines
639 B
Groovy
![]() |
ext {
|
||
|
extName = 'SoloLatino'
|
||
|
extClass = '.SoloLatino'
|
||
|
themePkg = 'dooplay'
|
||
|
baseUrl = 'https://sololatino.net'
|
||
|
overrideVersionCode = 5
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(":lib:streamwish-extractor"))
|
||
|
implementation(project(":lib:uqload-extractor"))
|
||
|
implementation(project(":lib:universal-extractor"))
|
||
|
implementation(project(':lib:streamhidevid-extractor'))
|
||
|
implementation(project(':lib:vidguard-extractor'))
|
||
|
implementation(project(':lib:voe-extractor'))
|
||
|
implementation(project(":lib:dood-extractor"))
|
||
|
implementation(project(':lib:cryptoaes'))
|
||
|
}
|