11 lines
217 B
Groovy
11 lines
217 B
Groovy
ext {
|
|
extName = 'Arven Scans'
|
|
extClass = '.ArvenComics'
|
|
themePkg = 'keyoapp'
|
|
baseUrl = 'https://arvencomics.com'
|
|
overrideVersionCode = 24
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|