KenjieDec 2dbf798f0c
Add Panda Chaika Extension (#3801)
* Add Panda Chaika Extension

- Add "Panda Chaika" extension from panda.chaika.moe

* Add Support for Zip64

- Add support for Zip64 type of .zip ( large zip [ size/pages ]  ) -> For Example: https://panda.chaika.moe/archive/49406/
- Use Little Endian for All signatures
- Apply AwkwardPeak7's suggestions

* Fix null Genres?

* Fix "null" genre if there's no genre

* Fix mistakes caused by previous commit

Sorry...

* Improve description readability

- Sorry for the commits spam
- Make manga description more readable

* Fix Broken Filters, Apply Suggestions

* Apply suggestions

- Apply AwkwardPeak's suggestions
2024-07-14 14:40:55 +01:00

9 lines
152 B
Groovy

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