11 lines
224 B
Groovy
11 lines
224 B
Groovy
ext {
|
|
extName = 'ZinChanManga.com'
|
|
extClass = '.ZinChanMangaCom'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://zinchanmanga.com'
|
|
overrideVersionCode = 0
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|