mrtear 6eae846dc8
feat(comix): Add rating score, NSFW toggle, and filter fix (#11682)
* bump

* refactor: fix **type** filter param to match api

* add configurable rating score display

* rearrange filter

* add preference to hide NSFW content
2025-11-22 22:18:48 +00:00

9 lines
133 B
Groovy

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