12 lines
169 B
Markdown
Raw Permalink Normal View History

2017-12-09 16:06:37 +01:00
The extensions library used in Tachiyomi.
2020-05-09 11:48:55 -04:00
```
ext {
2022-02-01 12:55:26 -05:00
libVersion = '1.3'
2020-05-09 11:48:55 -04:00
}
dependencies {
compileOnly "com.github.tachiyomiorg:extensions-lib:$libVersion"
}
```