2024-12-14 06:55:31 +00:00

10 lines
175 B
Groovy

ext {
extName = 'Vortex Scans'
extClass = '.VortexScans'
themePkg = 'iken'
overrideVersionCode = 35
isNsfw = false
}
apply from: "$rootDir/common.gradle"