- Features
- Tutorials
- License
- Requirements
- Dependencies
- Installation
- Documentation
- Release Notes
- Upgrade Guides
- EMP Integration & Analytics
- DASH VOD Download
- Widevine License Download
Android
4.4+
Releases are available on JitPack and can be automatically imported to your project using Gradle.
Add the jitpack.io repository to your project build.gradle:
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
Then add the dependency to your module build.gradle:
dependencies {
compile 'com.github.EricssonBroadcastServices:AndroidClientDownload:{version}'
}
Note: do not add the jitpack.io repository under buildscript {}
Release specific changes can be found in the CHANGELOG.
Major changes between releases will be documented with special Upgrade Guides.