forked from AlmightyHak/extensions-source
15 lines
392 B
Groovy
15 lines
392 B
Groovy
|
ext {
|
||
|
extName = 'LuciferDonghua'
|
||
|
extClass = '.LuciferDonghua'
|
||
|
themePkg = 'animestream'
|
||
|
baseUrl = 'https://luciferdonghua.in'
|
||
|
overrideVersionCode = 4
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(':lib:dailymotion-extractor'))
|
||
|
implementation(project(':lib:okru-extractor'))
|
||
|
implementation(project(':lib:streamwish-extractor'))
|
||
|
}
|