From 168914256dba29cf197a9c7624f4c72a18648476 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 --- libraries/ui/proguard-rules.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/ui/proguard-rules.txt b/libraries/ui/proguard-rules.txt index 34ec787952..e60edc4649 100644 --- a/libraries/ui/proguard-rules.txt +++ b/libraries/ui/proguard-rules.txt @@ -1,6 +1,6 @@ # Proguard rules specific to the UI module. -# Constructor method accessed via reflection in PlayerView and LegacyPlayerView +# Constructor method accessed via reflection in PlayerView -dontnote androidx.media3.exoplayer.video.spherical.SphericalGLSurfaceView -keepclassmembers class androidx.media3.exoplayer.video.spherical.SphericalGLSurfaceView { (android.content.Context);