2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'AniSama'
|
|
|
|
extClass = '.AniSama'
|
2024-06-23 11:00:51 -03:00
|
|
|
extVersionCode = 5
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:voe-extractor'))
|
|
|
|
implementation(project(':lib:sendvid-extractor'))
|
|
|
|
implementation(project(':lib:sibnet-extractor'))
|
|
|
|
implementation(project(':lib:filemoon-extractor'))
|
|
|
|
implementation(project(':lib:dood-extractor'))
|
|
|
|
implementation(project(':lib:streamhidevid-extractor'))
|
2024-06-23 11:00:51 -03:00
|
|
|
}
|