2025-01-11 05:15:16 -06:00
|
|
|
ext {
|
|
|
|
extName = 'Katanime'
|
|
|
|
extClass = '.Katanime'
|
2025-01-18 22:42:08 +00:00
|
|
|
extVersionCode = 2
|
2025-01-11 05:15:16 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:streamwish-extractor'))
|
|
|
|
implementation(project(':lib:streamtape-extractor'))
|
|
|
|
implementation(project(':lib:filemoon-extractor'))
|
|
|
|
implementation(project(':lib:sendvid-extractor'))
|
|
|
|
implementation(project(':lib:vidguard-extractor'))
|
|
|
|
implementation(project(':lib:mp4upload-extractor'))
|
|
|
|
implementation(project(':lib:dood-extractor'))
|
|
|
|
implementation(project(':lib:playlist-utils'))
|
2025-01-26 18:18:52 +07:00
|
|
|
implementation(libs.jsunpacker)
|
2025-01-11 05:15:16 -06:00
|
|
|
}
|