* Sana Scans: fix search filtering and chapter page order - normalize search queries in Sana Scans so catalog results filter properly - sort chapter images using the site-provided order field in the shared Iken multisrc * Sana Scans: additional changes to meet checklist * implement changes from reviewer * fix iken base version * fix errors in autometed testing
11 lines
208 B
Groovy
11 lines
208 B
Groovy
ext {
|
|
extName = 'Sana Scans'
|
|
extClass = '.SanaScans'
|
|
themePkg = 'iken'
|
|
baseUrl = 'https://sanascans.com'
|
|
overrideVersionCode = 1
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|