From e8cd1f18da6006391eca4b1b5b0c75a2672f4c3f Mon Sep 17 00:00:00 2001 From: bachinger Date: Fri, 30 Apr 2021 14:03:31 +0100 Subject: [PATCH] Remove LINT.IfChange from RELEASENOTES PiperOrigin-RevId: 371318570 --- RELEASENOTES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2cff938f1d..44f1b0167b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -47,7 +47,6 @@ visibility in order to allow Kotlin subclasses of `AdaptiveTrackSelection.Factory` ([#8830](https://github.com/google/ExoPlayer/issues/8830)). - * Hide LINT.IfChange tags in public sources. * UI: * Add builder for `PlayerNotificationManager`. * Add group setting to `PlayerNotificationManager`.