Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Stubs used for extensions in Tachiyomi 0.x.

License

Notifications You must be signed in to change notification settings

tachiyomiorg/extensions-lib

Repository files navigation

The extensions library used in Tachiyomi.

ext {
    libVersion = '1.4'
}

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