11 lines
218 B
Groovy
11 lines
218 B
Groovy
ext {
|
|
extName = 'Elarc Toon'
|
|
extClass = '.ElarcPage'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://elarctoons.biz'
|
|
overrideVersionCode = 9
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|