mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
#ExoPlayerMigration Ensure RawResourceDataSource class is obfuscated
PiperOrigin-RevId: 355659628
This commit is contained in:
parent
91d3f47e45
commit
a245fbdc99
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# 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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue