-
Notifications
You must be signed in to change notification settings - Fork 6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md with clearer deprecation info
- Loading branch information
Showing
1 changed file
with
6 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |