9 lines
140 B
Groovy
9 lines
140 B
Groovy
ext {
|
|
extName = 'Pixiv'
|
|
extClass = '.PixivFactory'
|
|
extVersionCode = 8
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|