mirror of
https://github.com/tachiyomiorg/extensions-lib.git
synced 2024-11-16 16:29:19 +01:00
12 lines
169 B
Markdown
12 lines
169 B
Markdown
The extensions library used in Tachiyomi.
|
|
|
|
```
|
|
ext {
|
|
libVersion = '1.3'
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly "com.github.tachiyomiorg:extensions-lib:$libVersion"
|
|
}
|
|
```
|