2025-10-02 23:57:33 +01:00

11 lines
231 B
Groovy

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