From dd430f7053a1a3958deea3ead6a0565150c06bfc Mon Sep 17 00:00:00 2001 From: Ian Baker Date: Thu, 25 Jul 2024 15:56:04 +0100 Subject: [PATCH] Update README.md with clearer deprecation info --- README.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 82a9da73ab5..13ac27818f2 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,10 @@ -# ExoPlayer +# 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 @@ -18,4 +12,5 @@ Media3 package names. * `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