11 lines
224 B
Groovy
11 lines
224 B
Groovy
ext {
|
|
extName = 'Koreli Scans'
|
|
extClass = '.KoreliScans'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://koreliscans.net'
|
|
overrideVersionCode = 17
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|