mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Remove LegacyPlayerView reference from comment in proguard-rules.txt
This class is deprecated (and will be removed from media3). #minor-release PiperOrigin-RevId: 426860018
This commit is contained in:
parent
87420e5f9b
commit
168914256d
@ -1,6 +1,6 @@
|
|||||||
# Proguard rules specific to the UI module.
|
# 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
|
-dontnote androidx.media3.exoplayer.video.spherical.SphericalGLSurfaceView
|
||||||
-keepclassmembers class androidx.media3.exoplayer.video.spherical.SphericalGLSurfaceView {
|
-keepclassmembers class androidx.media3.exoplayer.video.spherical.SphericalGLSurfaceView {
|
||||||
<init>(android.content.Context);
|
<init>(android.content.Context);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user