From 92fd3bc2ff7f9c084d266a4904ef8ff83baa57da Mon Sep 17 00:00:00 2001 From: olly Date: Wed, 17 Jun 2020 21:07:38 +0100 Subject: [PATCH] Bump version to 2.11.6 PiperOrigin-RevId: 316949571 --- RELEASENOTES.md | 15 +++++++++------ constants.gradle | 4 ++-- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 0073540f1c..96370e7e5b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -203,14 +203,19 @@ ([#6926](https://github.com/google/ExoPlayer/issues/6926)). * Update `TrackSelectionDialogBuilder` to use AndroidX Compat Dialog ([#7357](https://github.com/google/ExoPlayer/issues/7357)). - * Prevent the video surface going black when seeking to an unprepared - period within the current window. For example when seeking over an ad - group, or to the next period in a multi-period DASH stream - ([#5507](https://github.com/google/ExoPlayer/issues/5507)). * Metadata: Add minimal DVB Application Information Table (AIT) support ([#6922](https://github.com/google/ExoPlayer/pull/6922)). * Cast extension: Implement playlist API and deprecate the old queue manipulation API. +* Demo app: Retain previous position in list of samples. +* Add Guava dependency. + +### 2.11.6 (2020-06-19) ### + +* UI: Prevent `PlayerView` from temporarily hiding the video surface when + seeking to an unprepared period within the current window. For example when + seeking over an ad group, or to the next period in a multi-period DASH + stream ([#5507](https://github.com/google/ExoPlayer/issues/5507)). * IMA extension: * Add option to skip ads before the start position. * Catch unexpected errors in `stopAd` to avoid a crash @@ -223,8 +228,6 @@ * Work around unexpected `pauseAd`/`stopAd` for ads that have preloaded on seeking to another position ([#7492](https://github.com/google/ExoPlayer/issues/7492)). -* Demo app: Retain previous position in list of samples. -* Add Guava dependency. ### 2.11.5 (2020-06-05) ### diff --git a/constants.gradle b/constants.gradle index d08fd38ec1..9f753ec3cd 100644 --- a/constants.gradle +++ b/constants.gradle @@ -13,8 +13,8 @@ // limitations under the License. project.ext { // ExoPlayer version and version code. - releaseVersion = '2.11.5' - releaseVersionCode = 2011005 + releaseVersion = '2.11.6' + releaseVersionCode = 2011006 minSdkVersion = 16 appTargetSdkVersion = 29 targetSdkVersion = 28 // TODO: Bump once b/143232359 is resolved. Also fix TODOs in UtilTest.