2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'HentaiLA'
|
|
|
|
extClass = '.Hentaila'
|
2025-01-13 11:50:40 -06:00
|
|
|
extVersionCode = 28
|
2024-06-20 11:54:12 +07:00
|
|
|
isNsfw = true
|
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:burstcloud-extractor'))
|
|
|
|
implementation(project(':lib:mp4upload-extractor'))
|
|
|
|
implementation(project(':lib:streamwish-extractor'))
|
|
|
|
implementation(project(':lib:voe-extractor'))
|
|
|
|
implementation(project(':lib:yourupload-extractor'))
|
|
|
|
implementation(project(':lib:streamhidevid-extractor'))
|
2025-01-13 11:50:40 -06:00
|
|
|
implementation(project(':lib:sendvid-extractor'))
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|