2025-03-27 00:02:28 +00:00

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"