11 lines
220 B
Groovy
11 lines
220 B
Groovy
ext {
|
|
extName = 'NIGHT SCANS'
|
|
extClass = '.NightScans'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://night-scans.com'
|
|
overrideVersionCode = 4
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|