Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 163 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 163 Bytes

The extensions library used in Mihon.

ext {
    libVersion = '1.4.4'
}

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