
* Night Comic: Updated URL Removed "www." from link * Set `useNewChapterEndpoint` to true * Added override for author detail
10 lines
194 B
Groovy
10 lines
194 B
Groovy
ext {
|
|
extName = 'Night Comic'
|
|
extClass = '.NightComic'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://nightcomic.com'
|
|
overrideVersionCode = 2
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|