From a245fbdc9910ec55adbe592fa90dc22c663ac3e3 Mon Sep 17 00:00:00 2001 From: olly Date: Thu, 4 Feb 2021 18:36:25 +0000 Subject: [PATCH] #ExoPlayerMigration Ensure RawResourceDataSource class is obfuscated PiperOrigin-RevId: 355659628 --- library/core/proguard-rules.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/core/proguard-rules.txt b/library/core/proguard-rules.txt index 3623e8f926..4e422065d8 100644 --- a/library/core/proguard-rules.txt +++ b/library/core/proguard-rules.txt @@ -1,7 +1,7 @@ # 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. --keep class com.google.android.exoplayer2.upstream.RawResourceDataSource { +-keepclassmembers class com.google.android.exoplayer2.upstream.RawResourceDataSource { public static android.net.Uri buildRawResourceUri(int); }