
* 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.
10 lines
102 B
Plaintext
10 lines
102 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 4
|
|
|
|
dependencies {
|
|
api(project(":lib:i18n"))
|
|
}
|