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

11 lines
211 B
Groovy

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