
* Kewn Scans: fix chapter pages * Remove Rudra Scans * Keyoapp: add support for new CDN * Don't bump Kewn Scans twice
11 lines
211 B
Groovy
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"
|