/common-libs

Primary LanguageKotlinApache License 2.0Apache-2.0

Common libs

Add it to your build.gradle with:

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

and:

dependencies {
    compile 'com.github.naixx:common-libs:{latest version}'
}