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