11 lines
231 B
Groovy
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"
|