mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 02:12:42 +01:00
8 lines
120 B
Plaintext
8 lines
120 B
Plaintext
|
plugins {
|
||
|
id("lib-android")
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
compileOnly("com.github.tachiyomiorg:image-decoder:e08e9be535")
|
||
|
}
|