---
title: "Triton Android SDK"
slug: "android-sdk"
tags: ["SDK", "API"]
status: "update"
updated: 2025-10-01T13:48:46Z
published: 2025-10-01T13:48:46Z
canonical: "help.tritondigital.com/android-sdk"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.tritondigital.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Triton Android SDK

For updates, see the [Change Log](/user/docs/change-log-android-sdk).

## Minimum Requirement

- Android 15 (API level 35)

## Dependencies

- [Google Play Services](https://developer.android.com/google/play-services/index.html)
- [Support Library](http://developer.android.com/tools/support-library/index.html)
- [ExoPlayer Library](https://github.com/google/ExoPlayer) In your app **build.gradle**, add this: `compile 'androidx.media3:media3-exoplayer:1.6.1'` `compile 'androidx.media3:media3-exoplayer-hls:1.6.1'`
- [Firebase Analytics](https://firebase.google.com/docs/analytics/get-started) 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

You can find the API Reference in the SDK ZIP file. For details, see [Download the Triton Android SDK](/user/docs/zip-file-android).
