mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
8d852817f5
* Add support to deep linking * Fix baseUrl * Remove redirect Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> --------- Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
10 lines
142 B
Plaintext
10 lines
142 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 8
|
|
|
|
dependencies {
|
|
compileOnly("com.github.tachiyomiorg:image-decoder:e08e9be535")
|
|
}
|