2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'DramaCool'
|
|
|
|
extClass = '.DramaCool'
|
2024-09-25 21:34:08 +02:00
|
|
|
extVersionCode = 50
|
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'))
|
|
|
|
}
|