Tachiyomi-Extensions/src/all/pixiv/build.gradle

9 lines
140 B
Groovy

ext {
extName = 'Pixiv'
extClass = '.PixivFactory'
extVersionCode = 8
isNsfw = true
}
apply from: "$rootDir/common.gradle"