8 lines
120 B
Plaintext
8 lines
120 B
Plaintext
|
plugins {
|
||
|
id("lib-android")
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
compileOnly("com.github.tachiyomiorg:image-decoder:e08e9be535")
|
||
|
}
|