2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'Jkanime'
|
|
|
|
extClass = '.Jkanime'
|
2025-01-09 11:35:14 +00:00
|
|
|
extVersionCode = 27
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:okru-extractor'))
|
|
|
|
implementation(project(':lib:mixdrop-extractor'))
|
|
|
|
implementation(project(':lib:streamwish-extractor'))
|
|
|
|
implementation(project(':lib:mp4upload-extractor'))
|
|
|
|
implementation(project(':lib:filemoon-extractor'))
|
|
|
|
implementation(project(':lib:streamtape-extractor'))
|
|
|
|
implementation(project(':lib:voe-extractor'))
|
2025-01-09 05:34:54 -06:00
|
|
|
implementation(project(':lib:vidhide-extractor'))
|
|
|
|
implementation 'org.mozilla:rhino:1.7.14'
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|