2025-02-23 21:31:14 +00:00

11 lines
214 B
Groovy

ext {
extName = 'Valir Scans'
extClass = '.ValirScans'
themePkg = 'keyoapp'
baseUrl = 'https://valirscans.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"