BrutuZ 90ffe087db
Comick: Better first cover selection (#6399)
* Better first cover selection

* Reformat

* Deduplication of conditions
2024-12-14 06:55:45 +00:00

13 lines
202 B
Groovy

ext {
extName = 'Comick'
extClass = '.ComickFactory'
extVersionCode = 50
isNsfw = true
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(":lib:i18n"))
}