
* dont standardize qualities for everything * bump all ext depending directly or indirectly on playlist-utils
17 lines
No EOL
531 B
Groovy
17 lines
No EOL
531 B
Groovy
ext {
|
|
extName = 'AnimeBum'
|
|
extClass = '.AnimeBum'
|
|
extVersionCode = 7
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:okru-extractor'))
|
|
implementation(project(':lib:streamwish-extractor'))
|
|
implementation(project(':lib:universal-extractor'))
|
|
implementation(project(':lib:streamhidevid-extractor'))
|
|
implementation(project(':lib:vidguard-extractor'))
|
|
implementation(project(':lib:filemoon-extractor'))
|
|
implementation(project(':lib:gdriveplayer-extractor'))
|
|
} |