Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix #10709

Closed
wants to merge 2 commits into from
Closed

Bugfix #10709

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions library/common/proguard-rules.txt
Expand Up @@ -20,3 +20,6 @@
# Workaround for https://issuetracker.google.com/issues/112297269
# This is needed for ProGuard but not R8.
-keepclassmembernames class com.google.common.base.Function { *; }

-keepattributes LineNumberTable
-keep class com.google.android.exoplayer2.util.NetworkTypeObserver$Api31$DisplayInfoCallback { *; }
3 changes: 3 additions & 0 deletions library/core/proguard-rules.txt
Expand Up @@ -53,3 +53,6 @@
-keepclasseswithmembers class com.google.android.exoplayer2.source.rtsp.RtspMediaSource$Factory {
<init>();
}

-keepattributes SourceFile,LineNumberTable
-keep class com.google.android.exoplayer2.trackselection.DefaultTrackSelector$SpatializerWrapperV32$* { *;}