Smol Ame 124ab39685 Night Comic: Updated URL (#2304)
* Night Comic: Updated URL

Removed "www." from link

* Set `useNewChapterEndpoint` to true

* Added override for author detail
2024-04-10 01:26:52 +01:00

10 lines
194 B
Groovy

ext {
extName = 'Night Comic'
extClass = '.NightComic'
themePkg = 'madara'
baseUrl = 'https://nightcomic.com'
overrideVersionCode = 2
}
apply from: "$rootDir/common.gradle"