Smol Ame c97b4e5e9e Manhwa18cc: Latest Updates "fix" (#3168)
Use unordered page for Latest Updates instead
2024-06-03 05:44:48 +01:00

11 lines
216 B
Groovy

ext {
extName = 'Manhwa18.cc'
extClass = '.Manhwa18CcFactory'
themePkg = 'madara'
baseUrl = 'https://manhwa18.cc'
overrideVersionCode = 5
isNsfw = true
}
apply from: "$rootDir/common.gradle"