PRESTOplay for Android 4.2.76

Documentation

SDK Documentation including the Manual and API Docs

SDK Bundle

The SDK Bundle includes examples and Documentation

Maven Dependency

The package is deployed to our maven repository. Use the following setup to add the repo.

repositories {
...
  maven { url 'https://mvn.players.castlabs.com/' }
...
}
...
dependencies {
  implementation 'com.castlabs.player:castlabs-sdk:4.2.76'
  ...
}