2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'Hackstore'
|
|
|
|
extClass = '.Hackstore'
|
2024-09-14 06:53:22 -06:00
|
|
|
extVersionCode = 13
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:streamtape-extractor'))
|
|
|
|
implementation(project(':lib:voe-extractor'))
|
|
|
|
implementation(project(':lib:filemoon-extractor'))
|
|
|
|
implementation(project(':lib:streamwish-extractor'))
|
|
|
|
implementation(project(':lib:dood-extractor'))
|
2024-07-10 05:26:05 +01:00
|
|
|
implementation(project(':lib:vidhide-extractor'))
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|