2024-08-13 02:32:02 +01:00

11 lines
217 B
Groovy

ext {
extName = 'Snow Scans'
extClass = '.SnowScans'
themePkg = 'mangathemesia'
baseUrl = 'https://snowscans.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"