2025-02-15 03:33:12 +01:00
|
|
|
ext {
|
|
|
|
extName = 'Docchi'
|
|
|
|
extClass = '.Docchi'
|
2025-02-15 02:33:26 +00:00
|
|
|
extVersionCode = 2
|
2025-02-15 03:33:12 +01: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'))
|
|
|
|
implementation(project(':lib:dood-extractor'))
|
|
|
|
implementation(project(':lib:lycoris-extractor'))
|
|
|
|
implementation(project(':lib:lulu-extractor'))
|
|
|
|
}
|