mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove stray proguard files
This commit is contained in:
parent
dd2cba04dd
commit
56e4860cb0
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