Emanuel Nibizi dc905e5f6d
Add Manhwalike (#6405)
* Cloudflare fix

* Fix searchMangaParse

* Added requested changes

* Fix requested changes

* Fixed incorrect use of toString()
2024-12-14 06:55:45 +00:00

9 lines
143 B
Groovy

ext {
extName = 'Manhwalike'
extClass = '.Manhwalike'
extVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"