14 lines
272 B
Groovy
14 lines
272 B
Groovy
|
ext {
|
||
|
extName = 'Jkhentai'
|
||
|
extClass = '.Jkhentai'
|
||
|
extVersionCode = 10
|
||
|
isNsfw = true
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(':lib:yourupload-extractor'))
|
||
|
implementation(project(':lib:streamtape-extractor'))
|
||
|
}
|