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

11 lines
209 B
Groovy

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