From c4a6b2e61818cc089b37f14c604fde41a6b357d1 Mon Sep 17 00:00:00 2001 From: marcbaechinger Date: Wed, 14 Apr 2021 14:28:47 +0100 Subject: [PATCH] Mention publishing to Google Maven at top of release notes. --- RELEASENOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 629c8228cb..4aa8852dcb 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -2,6 +2,7 @@ ### 2.13.3 (2021-04-14) +* Published via the Google Maven repository (i.e., google()) rather than JCenter. * Core: * Reset playback speed when live playback speed control becomes unused ([#8664](https://github.com/google/ExoPlayer/issues/8664)).