* animated images can be webp closes https://github.com/keiyoushi/extensions-source/issues/9554 * avoid internal resize overhead of HashSet * bump * import
9 lines
143 B
Groovy
9 lines
143 B
Groovy
ext {
|
|
extName = 'Hitomi'
|
|
extClass = '.HitomiFactory'
|
|
extVersionCode = 41
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|