Prem Kumar a4934b8529
Manhwa Clan: Update Nsfw status and Icons (#7555)
* update icons

* update version code

* nsfw

* update icons
2025-02-23 21:31:14 +00:00

11 lines
211 B
Groovy

ext {
extName = 'ManhwaClan'
extClass = '.ManhwaClan'
themePkg = 'madara'
baseUrl = 'https://manhwaclan.com'
overrideVersionCode = 2
isNsfw = true
}
apply from: "$rootDir/common.gradle"