From e40f138d7a9246749dc8b85333902dc5a8f87792 Mon Sep 17 00:00:00 2001 From: ibaker Date: Mon, 7 Feb 2022 10:19:41 +0000 Subject: [PATCH] Remove LegacyPlayerView reference from comment in proguard-rules.txt This class is deprecated (and will be removed from media3). #minor-release PiperOrigin-RevId: 426860018 --- library/ui/proguard-rules.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ui/proguard-rules.txt b/library/ui/proguard-rules.txt index 2e6ea621db..706df5cd4d 100644 --- a/library/ui/proguard-rules.txt +++ b/library/ui/proguard-rules.txt @@ -1,6 +1,6 @@ # Proguard rules specific to the UI module. -# Constructor method accessed via reflection in StyledPlayerView and PlayerView +# Constructor method accessed via reflection in StyledPlayerView -dontnote com.google.android.exoplayer2.video.spherical.SphericalGLSurfaceView -keepclassmembers class com.google.android.exoplayer2.video.spherical.SphericalGLSurfaceView { (android.content.Context);