2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'FrAnime'
|
|
|
|
extClass = '.FrAnime'
|
2025-02-15 02:33:26 +00:00
|
|
|
extVersionCode = 17
|
2024-06-20 11:54:12 +07:00
|
|
|
isNsfw = true
|
|
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:vido-extractor'))
|
|
|
|
implementation(project(':lib:vk-extractor'))
|
|
|
|
implementation(project(':lib:sendvid-extractor'))
|
|
|
|
implementation(project(':lib:sibnet-extractor'))
|
Merged with dark25 (#636)
* merge
merged lib, lib-multisrc, all, ar, de, en, es, fr, hi, id, it, pt, tr src from dark25
* patch
2025-02-10 15:41:59 +07:00
|
|
|
implementation(project(':lib:vidmoly-extractor'))
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|