AwkwardPeak7 25f2ab773d
Ritharscans & ArtLapsa: fix page list selector (#9792)
* Ritharscans: fix page list

* artlapsa: fix page list
2025-10-02 23:57:22 +01:00

11 lines
216 B
Groovy

ext {
extName = 'RitharScans'
extClass = '.RitharScans'
themePkg = 'keyoapp'
baseUrl = 'https://ritharscans.com'
overrideVersionCode = 1
isNsfw = false
}
apply from: "$rootDir/common.gradle"