11 lines
217 B
Groovy
11 lines
217 B
Groovy
ext {
|
|
extName = 'ManhwaDesu'
|
|
extClass = '.ManhwaDesu'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://manhwadesu.ws'
|
|
overrideVersionCode = 7
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|