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

11 lines
214 B
Groovy

ext {
extName = 'Magus Manga'
extClass = '.MagusManga'
themePkg = 'keyoapp'
baseUrl = 'https://magustoon.com'
overrideVersionCode = 35
isNsfw = false
}
apply from: "$rootDir/common.gradle"