Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 445 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 445 Bytes

NEXTM-LIB

Setup

Add the JitPack repository in your build.gradle (top level module):

allprojects {
    repositories {
        jcenter()
        maven { url "https://jitpack.io" }
    }
}

And add next dependencies in the build.gradle of the module:

dependencies {
    implementation 'com.github.13mile:nextm-lib:0.0.14'
}