Vetle Ledaal 9a08636bda
Keyoapp: add support for new CDN (#4970)
* Kewn Scans: fix chapter pages

* Remove Rudra Scans

* Keyoapp: add support for new CDN

* Don't bump Kewn Scans twice
2024-09-15 20:42:57 +01:00

11 lines
211 B
Groovy

ext {
extName = 'Kewn Scans'
extClass = '.KewnScans'
themePkg = 'keyoapp'
baseUrl = 'https://kewnscans.org'
overrideVersionCode = 1
isNsfw = false
}
apply from: "$rootDir/common.gradle"