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

14 lines
335 B
Groovy
Raw Normal View History

2024-06-20 11:54:12 +07:00
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'))
}