
* dont standardize qualities for everything * bump all ext depending directly or indirectly on playlist-utils
14 lines
No EOL
320 B
Groovy
14 lines
No EOL
320 B
Groovy
ext {
|
|
extName = 'Anime-Loads'
|
|
extClass = '.AnimeLoads'
|
|
extVersionCode = 18
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:voe-extractor'))
|
|
implementation(project(':lib:streamtape-extractor'))
|
|
implementation(project(':lib:dood-extractor'))
|
|
} |