Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 1.94 KB

README.md

File metadata and controls

62 lines (45 loc) · 1.94 KB

AndroidClientDownload Release

Features

  • EMP Integration & Analytics
  • DASH VOD Download
  • Widevine License Download

Tutorials

Requirements

  • Android 4.4+

Dependencies

Installation

JitPack

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 Notes

Release specific changes can be found in the CHANGELOG.

Upgrade Guides

Major changes between releases will be documented with special Upgrade Guides.