11 lines
214 B
Groovy

ext {
extName = 'HentaiVN.plus'
extClass = '.HentaiVNPlus'
themePkg = 'madara'
baseUrl = 'https://hentaivn.fit'
overrideVersionCode = 2
isNsfw = true
}
apply from: "$rootDir/common.gradle"