
* dont standardize qualities for everything * bump all ext depending directly or indirectly on playlist-utils
18 lines
No EOL
556 B
Groovy
18 lines
No EOL
556 B
Groovy
ext {
|
|
extName = 'DeTodoPeliculas'
|
|
extClass = '.DeTodoPeliculas'
|
|
themePkg = 'dooplay'
|
|
baseUrl = 'https://detodopeliculas.nu'
|
|
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'))
|
|
} |