2025-07-25 05:47:23 +01:00

11 lines
230 B
Groovy

ext {
extName = 'Catharsis World'
extClass = '.CatharsisWorld'
themePkg = 'madara'
baseUrl = 'https://catharsisworld.justep.me'
overrideVersionCode = 4
isNsfw = true
}
apply from: "$rootDir/common.gradle"