
* dont standardize qualities for everything * bump all ext depending directly or indirectly on playlist-utils
17 lines
No EOL
567 B
Groovy
17 lines
No EOL
567 B
Groovy
ext {
|
|
extName = 'MhdFlix'
|
|
extClass = '.MhdFlix'
|
|
extVersionCode = 8
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
dependencies {
|
|
implementation(project(':lib:vidhide-extractor'))
|
|
implementation(project(':lib:dood-extractor'))
|
|
implementation(project(':lib:voe-extractor'))
|
|
implementation(project(':lib:streamwish-extractor'))
|
|
implementation(project(':lib:streamtape-extractor'))
|
|
implementation(project(':lib:uqload-extractor'))
|
|
implementation(project(':lib:mixdrop-extractor'))
|
|
implementation(project(':lib:universal-extractor'))
|
|
} |