Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 169 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 169 Bytes

The extensions library used in Tachiyomi.

ext {
    libVersion = '1.4'
}

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