2024-04-18 14:44:14 +01:00

10 lines
204 B
Groovy

ext {
extName = 'Mode Scanlator'
extClass = '.ModeScanlator'
themePkg = 'heancms'
baseUrl = 'https://modescanlator.com'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"