forked from AlmightyHak/extensions-source
14 lines
335 B
Groovy
14 lines
335 B
Groovy
|
ext {
|
||
|
extName = 'DonghuaStream'
|
||
|
extClass = '.DonghuaStream'
|
||
|
themePkg = 'animestream'
|
||
|
baseUrl = 'https://donghuastream.co.in'
|
||
|
overrideVersionCode = 6
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(':lib:dailymotion-extractor'))
|
||
|
implementation(project(':lib:playlist-utils'))
|
||
|
}
|