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