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

11 lines
209 B
Groovy

ext {
extName = 'FactManga'
extClass = '.FactManga'
themePkg = 'madara'
baseUrl = 'https://factmanga.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"