11 lines
217 B
Groovy
11 lines
217 B
Groovy
ext {
|
|
extName = 'Manhwa Hentai'
|
|
extClass = '.ManhwaHentai'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://manhwahentai.to'
|
|
overrideVersionCode = 0
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|