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

11 lines
224 B
Groovy

ext {
extName = 'Cypher Scans'
extClass = '.CypherScans'
themePkg = 'mangathemesia'
baseUrl = 'https://cypheroscans.xyz'
overrideVersionCode = 1
isNsfw = false
}
apply from: "$rootDir/common.gradle"