• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Proguard rules specific to the main demo app.
2
3# Constructor accessed via reflection in PlayerActivity
4-dontnote com.google.android.exoplayer2.ext.ima.ImaAdsLoader
5-keepclassmembers class com.google.android.exoplayer2.ext.ima.ImaAdsLoader {
6  <init>(android.content.Context, android.net.Uri);
7}
8