forked from Kohi-den/extensions-source
13 lines
209 B
Groovy
13 lines
209 B
Groovy
|
ext {
|
||
|
extName = 'Hentaijk'
|
||
|
extClass = '.Hentaijk'
|
||
|
extVersionCode = 12
|
||
|
isNsfw = true
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(':lib:okru-extractor'))
|
||
|
}
|