mirror of
https://github.com/samsonjs/media.git
synced 2026-03-30 10:15:48 +00:00
Remove stray proguard files
This commit is contained in:
parent
d075e4f91b
commit
028bd9df8f
4 changed files with 0 additions and 27 deletions
|
|
@ -1,6 +0,0 @@
|
|||
# Proguard rules specific to the IMA extension.
|
||||
|
||||
-keep class com.google.ads.interactivemedia.** { *; }
|
||||
-keep interface com.google.ads.interactivemedia.** { *; }
|
||||
-keep class com.google.obf.** { *; }
|
||||
-keep interface com.google.obf.** { *; }
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
# Proguard rules specific to the dash module.
|
||||
|
||||
# Constructors accessed via reflection in SegmentDownloadAction
|
||||
-dontnote com.google.android.exoplayer2.source.dash.offline.DashDownloadAction
|
||||
-keepclassmembers class com.google.android.exoplayer2.source.dash.offline.DashDownloadAction {
|
||||
static ** DESERIALIZER;
|
||||
}
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
# Proguard rules specific to the hls module.
|
||||
|
||||
# Constructors accessed via reflection in SegmentDownloadAction
|
||||
-dontnote com.google.android.exoplayer2.source.hls.offline.HlsDownloadAction
|
||||
-keepclassmembers class com.google.android.exoplayer2.source.hls.offline.HlsDownloadAction {
|
||||
static ** DESERIALIZER;
|
||||
}
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
# Proguard rules specific to the smoothstreaming module.
|
||||
|
||||
# Constructors accessed via reflection in SegmentDownloadAction
|
||||
-dontnote com.google.android.exoplayer2.source.smoothstreaming.offline.SsDownloadAction
|
||||
-keepclassmembers class com.google.android.exoplayer2.source.smoothstreaming.offline.SsDownloadAction {
|
||||
static ** DESERIALIZER;
|
||||
}
|
||||
Loading…
Reference in a new issue