11 lines
224 B
Groovy
11 lines
224 B
Groovy
ext {
|
|
extName = 'Pornhwa Scans'
|
|
extClass = '.PornhwaScans'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://pornhwascans.fr'
|
|
overrideVersionCode = 2
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|