
* Add MMLook multisrc * show updated time * fix updated text * tweak manga url logic * Use cloudflareClient
10 lines
119 B
Plaintext
10 lines
119 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 1
|
|
|
|
dependencies {
|
|
implementation(project(":lib:unpacker"))
|
|
}
|