11 lines
216 B
Groovy
11 lines
216 B
Groovy
ext {
|
|
extName = 'Manhwa18.cc'
|
|
extClass = '.Manhwa18CcFactory'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://manhwa18.cc'
|
|
overrideVersionCode = 5
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|