11 lines
209 B
Groovy
11 lines
209 B
Groovy
ext {
|
|
extName = 'Hive Scans'
|
|
extClass = '.HiveScans'
|
|
themePkg = 'iken'
|
|
baseUrl = 'https://hivetoons.org'
|
|
overrideVersionCode = 40
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|