2024-10-28 00:21:08 +00:00

11 lines
231 B
Groovy

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