11 lines
236 B
Groovy
11 lines
236 B
Groovy
ext {
|
|
extName = 'Thunder Scans'
|
|
extClass = '.ThunderScansFactory'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://en-thunderscans.com'
|
|
overrideVersionCode = 9
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|