Skip to content

Commit

Permalink
Update README.md with clearer deprecation info
Browse files Browse the repository at this point in the history
  • Loading branch information
icbaker authored Jul 25, 2024
1 parent c00f90a commit dd430f7
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
# ExoPlayer <img src="https://img.shields.io/github/v/release/google/ExoPlayer.svg?label=latest"/>
# ExoPlayer

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.
**This GitHub project is deprecated.** The latest version of ExoPlayer is
published as part of [AndroidX Media3][].

[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.
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.

[AndroidX Media3]: https://github.com/androidx/media
[migration guide and script]: https://developer.android.com/guide/topics/media/media3/getting-started/migration-guide

0 comments on commit dd430f7

Please sign in to comment.