2025-03-27 00:02:24 +00:00

11 lines
216 B
Groovy

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