extensions-source/src/en/donghuastream/build.gradle
2025-02-10 08:42:18 +00:00

14 lines
No EOL
333 B
Groovy

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