Chopper e8d27b655e
DemonSect: Migrate theme (#4352)
* Migrate theme

* Use fetchChapterList
2024-08-13 02:31:40 +01:00

10 lines
201 B
Groovy

ext {
extName = 'Demon Sect'
extClass = '.DemonSect'
themePkg = 'mangathemesia'
baseUrl = 'https://dsectcomics.org'
overrideVersionCode = 15
}
apply from: "$rootDir/common.gradle"