/comp

Test lib

Primary LanguageKotlinMIT LicenseMIT

Test

arifahmadalfian

comp.mp4

Installation

Step 1. Add the JitPack repository to your build file. Add it in your root /settings.gradle at the end of repositories:

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Step 2. Add the dependency in /app/build.gradle :

dependencies {
    ...
    implementation 'com.github.arifahmadalfian:comp:1.1.0'
}