11 lines
219 B
Groovy
11 lines
219 B
Groovy
ext {
|
|
extName = 'Manhua Online'
|
|
extClass = '.ManhuaOnline'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://manhuaonline.org'
|
|
overrideVersionCode = 1
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|