SupremeDeity 141b80aa19
Add WeebDex (#11113)
* Add WeebDex

* fixes and add scanlator info

* add placeholder icons

* Refactoring with reviewed changes

* minor refactoring to fix build

* Url and Chapter title fixes

fix: Add manga URL correctly.
feat: Improve chapter title format by including volume and chapter numbers, and a "Oneshot" fallback.
fix: An issue where oneshot chapters show Chapter null

* Remove extraneous json field
2025-11-22 22:17:48 +00:00

8 lines
136 B
Groovy

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