Commit aea48871 by ibaker Committed by Tianyi Feng

Add a note about deprecation plans/timelines to exoplayer2 README

#minor-release

PiperOrigin-RevId: 545961354
(cherry picked from commit 143f862438729bfc91dfb4a106f1b5794249117e)
parent fa48aeb0
Showing with 9 additions and 0 deletions
...@@ -4,9 +4,18 @@ ExoPlayer is an application level media player for Android. The latest version ...@@ -4,9 +4,18 @@ 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 is published as part of [AndroidX Media][] under a new package name and all
future development will be in that project. future development will be in that project.
**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 Please refer to our [migration guide and script][] to move your codebase to the
Media3 package names. Media3 package names.
* We plan to release `exoplayer2.X.Y` artifacts that match `media3:1.1.Y`
bugfix releases (e.g. we will release `exoplayer:2.19.1` to match
`media3:1.1.1`).
* We don't plan to release any `exoplayer:2.X.Y` artifacts that match
`media3:1.2.Y` releases (or later).
* We plan to continue pushing commits to the `dev-v2` branch in this
repository until March 2024.
[AndroidX Media]: https://github.com/androidx/media [AndroidX Media]: https://github.com/androidx/media
[migration guide and script]: https://developer.android.com/guide/topics/media/media3/getting-started/migration-guide [migration guide and script]: https://developer.android.com/guide/topics/media/media3/getting-started/migration-guide
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment