11 lines
217 B
Groovy
11 lines
217 B
Groovy
ext {
|
|
extName = 'Snow Scans'
|
|
extClass = '.SnowScans'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://snowscans.com'
|
|
overrideVersionCode = 0
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|