Files
Android11/external/exoplayer/tree/demos/main/proguard-rules.txt
2023-10-13 14:01:41 +00:00

8 lines
297 B
Plaintext

# Proguard rules specific to the main demo app.
# Constructor accessed via reflection in PlayerActivity
-dontnote com.google.android.exoplayer2.ext.ima.ImaAdsLoader
-keepclassmembers class com.google.android.exoplayer2.ext.ima.ImaAdsLoader {
<init>(android.content.Context, android.net.Uri);
}