are-are-are 348c373bc0
Hennojin: Fix chapter not found for Suwayomi user (#6296)
* Fix chapter not found for Suwayomi user

* Update changes by vetleledaal

* Fix build

* Revert old code URL, because code new URL doesn't work

* Update url

* make thumbnail optional

* use .absUrl() where possible

---------

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
2024-12-14 06:55:45 +00:00

9 lines
146 B
Groovy

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