Vetle Ledaal 78847a26e6 Add ManhwaClub.net, Remove ManhwaClub (#3013)
* Add ManhwaClub.net

* Remove ManhwaClub
2024-06-03 05:43:53 +01:00

11 lines
225 B
Groovy

ext {
extName = 'ManhwaClub.net'
extClass = '.ManhwaClubNetFactory'
themePkg = 'madara'
baseUrl = 'https://manhwaclub.net'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"