From 4c6c1a130fb03b69ccb64e3c5a1764ec0aea6db8 Mon Sep 17 00:00:00 2001 From: tonihei Date: Tue, 22 Sep 2020 13:50:45 +0100 Subject: [PATCH] Tweak shrinking guide and update release notes. The shrinking didn't mention that users of the existing ProgressiveMediaSource need to pass in ExtractorsFactory.EMPTY to the SimpleExoPlayer.Builder as well. Also updated the release notes to mention the changed shrinking guidance. Issue: #7937 PiperOrigin-RevId: 333060452 --- RELEASENOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2bae8256fe..caa9829f04 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -77,6 +77,10 @@ To learn more about what's new in 2.12, read the corresponding playable `MediaSource` instances. A `DefaultMediaSourceFactory` is used by default. `Builder.setMediaSourceFactory` allows setting a custom factory. + * Update [APK shrinking guide](https://exoplayer.dev/shrinking.html) + to explain how shrinking works with the new `MediaItem` and + `DefaultMediaSourceFactory` implementations + ([#7937](https://github.com/google/ExoPlayer/issues/7937)). * Add additional options to `Builder` that were previously only accessible via setters. * Add opt-in to verify correct thread usage with