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