2025-10-03 00:00:20 +01:00

11 lines
212 B
Groovy

ext {
extName = 'Manhuarm'
extClass = '.ManhuarmFactory'
themePkg = 'madara'
baseUrl = 'https://manhuarm.com'
overrideVersionCode = 2
isNsfw = true
}
apply from: "$rootDir/common.gradle"