Fix release note entry

This commit is contained in:
christosts 2023-02-02 16:49:56 +00:00
parent 9bf18dbb4e
commit f983d912e5

View File

@ -110,8 +110,6 @@ This release corresponds to the
* Fix bug where removing listeners during the player release can cause an * Fix bug where removing listeners during the player release can cause an
`IllegalStateException` `IllegalStateException`
([#10758](https://github.com/google/ExoPlayer/issues/10758)). ([#10758](https://github.com/google/ExoPlayer/issues/10758)).
* Add `ExoPlayer.Builder.setPlaybackLooper` that sets a pre-existing
playback thread for a new ExoPlayer instance.
* Build: * Build:
* Enforce minimum `compileSdkVersion` to avoid compilation errors * Enforce minimum `compileSdkVersion` to avoid compilation errors
([#10684](https://github.com/google/ExoPlayer/issues/10684)). ([#10684](https://github.com/google/ExoPlayer/issues/10684)).