11 lines
214 B
Groovy
11 lines
214 B
Groovy
ext {
|
|
extName = 'Vex Manga'
|
|
extClass = '.VexManga'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://vexmanga.com'
|
|
overrideVersionCode = 3
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|