11 lines
229 B
Groovy

ext {
extName = 'Knight No Scanlation'
extClass = '.KnightNoScanlation'
themePkg = 'madara'
baseUrl = 'https://kns.rzword.xyz'
overrideVersionCode = 6
isNsfw = true
}
apply from: "$rootDir/common.gradle"