
Also moved shared code to SegmentDownloadAction between its subclasses. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=202294880
8 lines
313 B
Plaintext
8 lines
313 B
Plaintext
# 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;
|
|
}
|