2024-07-26 23:34:43 +01:00

11 lines
215 B
Groovy

ext {
extName = 'MangaGojo'
extClass = '.MangaGojo'
themePkg = 'mangathemesia'
baseUrl = 'https://mangagojo.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"