extensions-source/src/en/donghuastream/build.gradle

14 lines
334 B
Groovy
Raw Normal View History

2024-06-20 11:54:12 +07:00
ext {
extName = 'DonghuaStream'
extClass = '.DonghuaStream'
themePkg = 'animestream'
2024-12-11 01:03:10 +05:30
baseUrl = 'https://donghuastream.org'
overrideVersionCode = 10
2024-06-20 11:54:12 +07:00
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:dailymotion-extractor'))
implementation(project(':lib:playlist-utils'))
}