Vetle Ledaal 14ad5b9027 Add ManhuaThai (#2704)
* Add ManhuaThai

* supportsLatest = false
2024-06-03 05:43:23 +01:00

15 lines
279 B
Groovy

ext {
extName = 'ManhuaThai'
extClass = '.ManhuaThai'
themePkg = 'madara'
baseUrl = 'https://www.manhuathai.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(":lib:unpacker"))
}