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

11 lines
211 B
Groovy

ext {
extName = 'ManhuaFast'
extClass = '.ManhuaFast'
themePkg = 'madara'
baseUrl = 'https://manhuafast.com'
overrideVersionCode = 3
isNsfw = true
}
apply from: "$rootDir/common.gradle"