extensions-source/src/en/donghuastream/build.gradle
2025-02-14 23:08:21 +00:00

14 lines
No EOL
333 B
Groovy

ext {
extName = 'DonghuaStream'
extClass = '.DonghuaStream'
themePkg = 'animestream'
baseUrl = 'https://donghuastream.org'
overrideVersionCode = 9
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:dailymotion-extractor'))
implementation(project(':lib:playlist-utils'))
}