10 lines
201 B
Groovy
10 lines
201 B
Groovy
ext {
|
|
extName = 'Demon Sect'
|
|
extClass = '.DemonSect'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://dsectcomics.org'
|
|
overrideVersionCode = 15
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|