2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'Hikari'
|
|
|
|
extClass = '.Hikari'
|
2025-05-03 10:20:12 +00:00
|
|
|
extVersionCode = 20
|
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'))
|
2025-05-01 10:16:57 +00:00
|
|
|
implementation(project(':lib:savefile-extractor'))
|
|
|
|
implementation(project(':lib:buzzheavier-extractor'))
|
2024-12-23 18:25:21 -03:00
|
|
|
implementation(project(':lib:streamwish-extractor'))
|
2025-05-01 10:16:57 +00:00
|
|
|
}
|