mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 18:32:39 +01:00
6 lines
184 B
Groovy
6 lines
184 B
Groovy
|
dependencies {
|
||
|
// Only PeachScan sources uses the image-decoder dependency.
|
||
|
//noinspection UseTomlInstead
|
||
|
compileOnly("com.github.tachiyomiorg:image-decoder:fbd6601290")
|
||
|
}
|