
* dont standardize qualities for everything * bump all ext depending directly or indirectly on playlist-utils
14 lines
345 B
Groovy
14 lines
345 B
Groovy
ext {
|
|
extName = 'MY CIMA'
|
|
extClass = '.MyCima'
|
|
extVersionCode = 24
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:uqload-extractor'))
|
|
implementation(project(':lib:vidbom-extractor'))
|
|
implementation(project(':lib:dood-extractor'))
|
|
implementation(project(':lib:okru-extractor'))
|
|
}
|