* Explicitly use `network.cloudflareClient` instead of `super.client` ... but only if the parent is `HttpSource` or `ParsedHttpSource` * Remove use of `network.client` ... replaced with `network.cloudflareClient` or `super.client` if the parent class sets `client` to `network.cloudflareClient` already.
9 lines
162 B
Groovy
9 lines
162 B
Groovy
ext {
|
|
extName = 'Digital Comic Museum'
|
|
extClass = '.DigitalComicMuseum'
|
|
extVersionCode = 3
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|