Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 164 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 164 Bytes

The extensions library used in Aniyomi.

ext {
    libVersion = '14'
}

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