diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 63c80101750..ce17e878928 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -2,29 +2,6 @@ ### 2.10.6 (2019-10-17) ### -* Add `Player.onPlaybackSuppressionReasonChanged` to allow listeners to - detect playbacks suppressions (e.g. transient audio focus loss) directly - ([#6203](https://github.com/google/ExoPlayer/issues/6203)). -* DASH: - * Support `Label` elements - ([#6297](https://github.com/google/ExoPlayer/issues/6297)). - * Support legacy audio channel configuration - ([#6523](https://github.com/google/ExoPlayer/issues/6523)). -* HLS: Add support for ID3 in EMSG when using FMP4 streams - ([spec](https://aomediacodec.github.io/av1-id3/)). -* Metadata: Expose the raw ICY metadata through `IcyInfo` - ([#6476](https://github.com/google/ExoPlayer/issues/6476)). -* UI: - * Setting `app:played_color` on `PlayerView` and `PlayerControlView` no longer - adjusts the colors of the scrubber handle , buffered and unplayed parts of - the time bar. These can be set separately using `app:scrubber_color`, - `app:buffered_color` and `app_unplayed_color` respectively. - * Setting `app:ad_marker_color` on `PlayerView` and `PlayerControlView` no - longer adjusts the color of played ad markers. The color of played ad - markers can be set separately using `app:played_ad_marker_color`. - -### 2.10.6 (2019-10-17) ### - * Add `Player.onPlaybackSuppressionReasonChanged` to allow listeners to detect playbacks suppressions (e.g. transient audio focus loss) directly ([#6203](https://github.com/google/ExoPlayer/issues/6203)). diff --git a/build.gradle b/build.gradle index 472718e6f3e..a4823b94eec 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ allprojects { jcenter() } project.ext { - exoplayerPublishEnabled = true + exoplayerPublishEnabled = false } if (it.hasProperty('externalBuildDir')) { if (!new File(externalBuildDir).isAbsolute()) {