Skip to content

Files

Latest commit

 

History

History
23 lines (18 loc) · 459 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 459 Bytes

livedigital-android-sdk-binary

Installation

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