2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'AsiaLiveAction'
|
|
|
|
extClass = '.AsiaLiveAction'
|
2024-09-14 06:53:22 -06:00
|
|
|
extVersionCode = 32
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:filemoon-extractor'))
|
|
|
|
implementation(project(':lib:okru-extractor'))
|
2024-09-14 06:53:22 -06:00
|
|
|
implementation(project(':lib:streamwish-extractor'))
|
2024-06-20 11:54:12 +07:00
|
|
|
implementation(project(':lib:vk-extractor'))
|
2024-09-14 06:53:22 -06:00
|
|
|
implementation(project(':lib:vidguard-extractor'))
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|