11 lines
225 B
Groovy
11 lines
225 B
Groovy
ext {
|
|
extName = 'ManhwaClub.net'
|
|
extClass = '.ManhwaClubNetFactory'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://manhwaclub.net'
|
|
overrideVersionCode = 0
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|