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

11 lines
206 B
Groovy

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