Chopper 3070ed4967
HiveScans: Fix page list (#9488)
* Fix page list

* Bump version
2025-07-25 05:47:28 +01:00

11 lines
209 B
Groovy

ext {
extName = 'Hive Scans'
extClass = '.HiveScans'
themePkg = 'iken'
baseUrl = 'https://hivetoons.org'
overrideVersionCode = 40
isNsfw = false
}
apply from: "$rootDir/common.gradle"