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

11 lines
216 B
Groovy

ext {
extName = 'SkyMangas'
extClass = '.SkyMangas'
themePkg = 'mangathemesia'
baseUrl = 'https://skymangas.com'
overrideVersionCode = 1
isNsfw = false
}
apply from: "$rootDir/common.gradle"