Installation

Register the repository in your project level build.gradle:

repositories {
    maven { url 'https://jitpack.io' }
    maven { url 'https://maven.elkyc.com' }
}

Add the dependency in your module level build.gradle:

dependencies {
    implementation("com.elkyc:core:X.X.X")
}

Last updated