AwkwardPeak7 296a7bf55d
Hitomi: fix animated webp & potential oom (#9600)
* animated images can be webp

closes https://github.com/keiyoushi/extensions-source/issues/9554

* avoid internal resize overhead of HashSet

* bump

* import
2025-07-25 05:47:29 +01:00

9 lines
143 B
Groovy

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