Chopper 9e8bbb7f0b PeachScan: Fix deeplink support (#3334)
* Adds support for any path in peachscan

* Deeplink: Ignore manga collection path

* Cleanup
2024-06-03 05:44:48 +01:00

10 lines
142 B
Plaintext

plugins {
id("lib-multisrc")
}
baseVersionCode = 9
dependencies {
compileOnly("com.github.tachiyomiorg:image-decoder:e08e9be535")
}