Commit a245fbdc by olly Committed by Oliver Woodman

#ExoPlayerMigration Ensure RawResourceDataSource class is obfuscated

PiperOrigin-RevId: 355659628
parent 91d3f47e
Showing with 1 additions and 1 deletions
# Proguard rules specific to the core module. # Proguard rules specific to the core module.
# Constant folding for resource integers may mean that a resource passed to this method appears to be unused. Keep the method to prevent this from happening. # Constant folding for resource integers may mean that a resource passed to this method appears to be unused. Keep the method to prevent this from happening.
-keep class com.google.android.exoplayer2.upstream.RawResourceDataSource { -keepclassmembers class com.google.android.exoplayer2.upstream.RawResourceDataSource {
public static android.net.Uri buildRawResourceUri(int); public static android.net.Uri buildRawResourceUri(int);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment