Add release note for deleting deprecated DefaultAudioSink constructors

These were removed in 0468b5ab72

PiperOrigin-RevId: 481587098
This commit is contained in:
ibaker 2022-10-17 09:34:16 +00:00 committed by Marc Baechinger
parent 0128fa36e7
commit b6c45e6a2f

View File

@ -96,6 +96,9 @@
* Implement `getDeviceInfo()` to be able to identify `CastPlayer` when
controlling playback with a `MediaController`
([#142](https://github.com/androidx/media/issues/142)).
* Remove deprecated symbols:
* Remove `DefaultAudioSink` constructors, use `DefaultAudioSink.Builder`
instead.
### 1.0.0-beta02 (2022-07-21)