extensions-source/src/es/hentaila/build.gradle

18 lines
548 B
Groovy
Raw Normal View History

2024-06-20 11:54:12 +07:00
ext {
extName = 'HentaiLA'
extClass = '.Hentaila'
2025-01-10 18:01:50 -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-10 18:01:50 -06:00
implementation(project(':lib:sendvid-extractor'))
2024-06-20 11:54:12 +07:00
}