Android SDK

Prev Next
  • Minimum requirement:

    • Android 5 (API 21)

  • Dependencies:

    • Google Play Services

    • Support Library

    • ExoPlayer Library
      In your app build.gradle, add this:
      compile 'androidx.media3:media3-exoplayer:1.4.0'
      compile 'androidx.media3:media3-exoplayer-hls:1.4.0'

    • Firebase Analytics
      In your app build.gradle, add this:
      implementation platform('com.google.firebase:firebase-bom:32.1.1')
      implementation 'com.google.firebase:firebase-analytics'

  • API Reference:

    • The API Reference is found within the ZIP file that you can download from here.

For updates, see the Change Log.