bapeey bf3e698542
Add CatManhwas (#7416)
* add catmanhwas

* add nsfw
2025-02-23 21:26:49 +00:00

11 lines
211 B
Groovy

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