mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Also moved shared code to SegmentDownloadAction between its subclasses. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=202294880
7 lines
313 B
Text
7 lines
313 B
Text
# 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;
|
|
}
|