
* dont standardize qualities for everything * bump all ext depending directly or indirectly on playlist-utils
16 lines
No EOL
415 B
Groovy
16 lines
No EOL
415 B
Groovy
ext {
|
|
extName = 'MyKdrama'
|
|
extClass = '.MyKdrama'
|
|
themePkg = 'animestream'
|
|
baseUrl = 'https://mykdrama.co'
|
|
overrideVersionCode = 2
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(":lib:okru-extractor"))
|
|
implementation(project(":lib:uqload-extractor"))
|
|
implementation(project(":lib:dood-extractor"))
|
|
implementation(project(":lib:vudeo-extractor"))
|
|
} |