2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'WIT ANIME'
|
|
|
|
extClass = '.WitAnime'
|
2025-01-26 19:27:38 +00:00
|
|
|
extVersionCode = 50
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:dailymotion-extractor'))
|
|
|
|
implementation(project(':lib:dood-extractor'))
|
|
|
|
implementation(project(':lib:okru-extractor'))
|
|
|
|
implementation(project(':lib:mp4upload-extractor'))
|
|
|
|
implementation(project(':lib:vidbom-extractor'))
|
|
|
|
}
|