2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'Hikari'
|
|
|
|
extClass = '.Hikari'
|
2025-02-10 08:42:18 +00:00
|
|
|
extVersionCode = 16
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
2024-12-23 18:25:21 -03:00
|
|
|
implementation(project(':lib:chillx-extractor'))
|
2024-06-20 11:54:12 +07:00
|
|
|
implementation(project(':lib:filemoon-extractor'))
|
2024-12-23 18:25:21 -03:00
|
|
|
implementation(project(':lib:streamwish-extractor'))
|
2024-06-20 11:54:12 +07:00
|
|
|
implementation(project(':lib:vidhide-extractor'))
|
|
|
|
}
|