Vetle Ledaal 3908c908ca
Umi Scans -> Kai Scans: update domain (#4132)
* Umi Scans -> Kai Scans: update domain

* use git for history, not comments
2024-07-26 23:35:04 +01:00

11 lines
213 B
Groovy

ext {
extName = 'Kai Scans'
extClass = '.KaiScans'
themePkg = 'mangathemesia'
baseUrl = 'https://kaiscans.org'
overrideVersionCode = 4
isNsfw = true
}
apply from: "$rootDir/common.gradle"