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'
|
2025-05-03 13:55:17 +00:00
|
|
|
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'))
|
|
|
|
}
|