mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00: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
b243610a7a
commit
e40f138d7a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Proguard rules specific to the UI module.
|
# 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
|
-dontnote com.google.android.exoplayer2.video.spherical.SphericalGLSurfaceView
|
||||||
-keepclassmembers class com.google.android.exoplayer2.video.spherical.SphericalGLSurfaceView {
|
-keepclassmembers class com.google.android.exoplayer2.video.spherical.SphericalGLSurfaceView {
|
||||||
<init>(android.content.Context);
|
<init>(android.content.Context);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue