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")
|
||
|
}
|