From f983d912e5b6cdbc47d60b094e2873244d9d99ae Mon Sep 17 00:00:00 2001 From: christosts Date: Thu, 2 Feb 2023 16:49:56 +0000 Subject: [PATCH] Fix release note entry --- RELEASENOTES.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f2d0c6587e..44c3c864f3 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -110,8 +110,6 @@ This release corresponds to the * Fix bug where removing listeners during the player release can cause an `IllegalStateException` ([#10758](https://github.com/google/ExoPlayer/issues/10758)). - * Add `ExoPlayer.Builder.setPlaybackLooper` that sets a pre-existing - playback thread for a new ExoPlayer instance. * Build: * Enforce minimum `compileSdkVersion` to avoid compilation errors ([#10684](https://github.com/google/ExoPlayer/issues/10684)).