https://github.com/google/ExoPlayer
Raw File
Tip revision: faa296ae3c4ac3ceed514b247284f268953afad7 authored by ibaker on 04 April 2024, 13:25:40 UTC
Add`<meta>` tag to remove exoplayer2 javadoc from search indexes
Tip revision: faa296a
README.md
# ExoPlayer <img src="https://img.shields.io/github/v/release/google/ExoPlayer.svg?label=latest"/>

ExoPlayer is an application level media player for Android. The latest version
is published as part of [AndroidX Media][] under a new package name and all
future development will be in that project.

[AndroidX Media]: https://github.com/androidx/media

## Deprecation

**This project is deprecated.** All users should migrate to AndroidX Media3.
Please refer to our [migration guide and script][] to move your codebase to the
Media3 package names.

*   As of 2024-04-03 we have stopped pushing commits to the `dev-v2` branch in
    this repository. New ExoPlayer code is available in the AndroidX Media
    GitHub repository: https://github.com/androidx/media
*   `exoplayer:2.19.1` was the last artifact released from this project, we
    don't plan to release any more.

[migration guide and script]: https://developer.android.com/guide/topics/media/media3/getting-started/migration-guide
back to top