
* dont standardize qualities for everything * bump all ext depending directly or indirectly on playlist-utils
14 lines
No EOL
334 B
Groovy
14 lines
No EOL
334 B
Groovy
ext {
|
|
extName = 'DonghuaStream'
|
|
extClass = '.DonghuaStream'
|
|
themePkg = 'animestream'
|
|
baseUrl = 'https://donghuastream.org'
|
|
overrideVersionCode = 10
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:dailymotion-extractor'))
|
|
implementation(project(':lib:playlist-utils'))
|
|
} |