- Add the following repository to your project's 
build.gradle: 
dependencyResolutionManagement {
    repositories {
        maven {
            setUrl("https://raw.github.com/VLprojects/livedigital-android-sdk-binary/master")
        }
    }
}
- Add the dependency to your app's 
build.gradle: 
dependencies {
    implementation("com.github.vlprojects:livedigital-android-sdk:1.4.0")
}