forked from AlmightyHak/extensions-source

* dont standardize qualities for everything * bump all ext depending directly or indirectly on playlist-utils
15 lines
No EOL
392 B
Groovy
15 lines
No EOL
392 B
Groovy
ext {
|
|
extName = 'LuciferDonghua'
|
|
extClass = '.LuciferDonghua'
|
|
themePkg = 'animestream'
|
|
baseUrl = 'https://luciferdonghua.in'
|
|
overrideVersionCode = 8
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:dailymotion-extractor'))
|
|
implementation(project(':lib:okru-extractor'))
|
|
implementation(project(':lib:streamwish-extractor'))
|
|
} |