11 lines
221 B
Groovy
11 lines
221 B
Groovy
ext {
|
|
extName = 'Drake Scans'
|
|
extClass = '.DrakeScans'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://drakecomic.org'
|
|
overrideVersionCode = 14
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|