AwkwardPeak7 bb0db200aa add Manhuakey (#2317)
* add ManhuaKey (th)

* newline

* remove log
2024-04-18 14:44:13 +01:00

15 lines
275 B
Groovy

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