11 lines
217 B
Groovy
11 lines
217 B
Groovy
ext {
|
|
extName = 'Varna Scan'
|
|
extClass = '.VarnaScan'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://varnascan.xyz'
|
|
overrideVersionCode = 2
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|