2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'FrAnime'
|
|
|
|
extClass = '.FrAnime'
|
2024-07-30 03:21:49 +02:00
|
|
|
extVersionCode = 12
|
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'))
|
2024-08-09 16:03:01 +02:00
|
|
|
implementation project(':lib:vidmoly-extractor')
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|