dngonz 3e2f37043b
Vortex Scans: Fix no pages found (#6948)
* fix images

* replace substring with regexp

* change approach

* use kotlinx.seriaze intead of replace for json

* update comment
2025-01-18 20:13:04 +00:00

10 lines
175 B
Groovy

ext {
extName = 'Vortex Scans'
extClass = '.VortexScans'
themePkg = 'iken'
overrideVersionCode = 36
isNsfw = false
}
apply from: "$rootDir/common.gradle"