2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'OgladajAnime'
|
|
|
|
extClass = '.OgladajAnime'
|
2025-01-26 19:27:38 +00:00
|
|
|
extVersionCode = 4
|
2024-06-20 11:54:12 +07:00
|
|
|
isNsfw = true
|
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:dailymotion-extractor'))
|
|
|
|
implementation(project(':lib:mp4upload-extractor'))
|
|
|
|
implementation(project(':lib:sibnet-extractor'))
|
|
|
|
implementation(project(':lib:vk-extractor'))
|
|
|
|
implementation(project(':lib:googledrive-extractor'))
|
|
|
|
implementation(project(':lib:cda-extractor'))
|
|
|
|
}
|