tachiyomi-extensions-lib/README.md

12 lines
169 B
Markdown
Raw Normal View History

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