An open API service indexing awesome lists of open source software.

https://github.com/tachiyomiorg/extensions-lib

Stubs used for extensions in Tachiyomi 0.x.
https://github.com/tachiyomiorg/extensions-lib

android kotlin tachiyomi

Last synced: 7 months ago
JSON representation

Stubs used for extensions in Tachiyomi 0.x.

Awesome Lists containing this project

README

          

The extensions library used in Tachiyomi.

```
ext {
libVersion = '1.4'
}

dependencies {
compileOnly "com.github.tachiyomiorg:extensions-lib:$libVersion"
}
```