Vetle Ledaal cd602e0fcc Add Manhwa Hentai (#2738)
* Add Manhwa Hentai

* data class -> class
2024-06-03 05:43:24 +01:00

11 lines
217 B
Groovy

ext {
extName = 'Manhwa Hentai'
extClass = '.ManhwaHentai'
themePkg = 'madara'
baseUrl = 'https://manhwahentai.to'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"