2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'DramaCool'
|
|
|
|
extClass = '.DramaCool'
|
2024-11-24 00:49:34 +08:00
|
|
|
extVersionCode = 51
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:streamwish-extractor'))
|
|
|
|
implementation(project(':lib:streamtape-extractor'))
|
|
|
|
implementation(project(':lib:dood-extractor'))
|
|
|
|
}
|