Vetle Ledaal c3045a2d81 NIGHT SCANS: update domain (#2642)
* NIGHT SCANS: update domain

* Change to MangaThemesiaAlt
2024-06-03 05:43:23 +01:00

11 lines
220 B
Groovy

ext {
extName = 'NIGHT SCANS'
extClass = '.NightScans'
themePkg = 'mangathemesia'
baseUrl = 'https://night-scans.com'
overrideVersionCode = 4
isNsfw = true
}
apply from: "$rootDir/common.gradle"