* bump * refactor: fix **type** filter param to match api * add configurable rating score display * rearrange filter * add preference to hide NSFW content
9 lines
133 B
Groovy
9 lines
133 B
Groovy
ext {
|
|
extName = 'Comix'
|
|
extClass = '.Comix'
|
|
extVersionCode = 2
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|