11 lines
223 B
Groovy
11 lines
223 B
Groovy
ext {
|
|
extName = 'Violet Scans'
|
|
extClass = '.VioletScans'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://violetscans.com'
|
|
overrideVersionCode = 1
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|