11 lines
215 B
Groovy
11 lines
215 B
Groovy
ext {
|
|
extName = 'Hunters Scans'
|
|
extClass = '.HuntersScans'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://htoons.online'
|
|
overrideVersionCode = 5
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|