Add proguard configuration for download actions

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=212266041
This commit is contained in:
andrewlewis 2018-09-10 07:50:21 -07:00 committed by Oliver Woodman
parent 95aa5db148
commit 09aaec6b01

View File

@ -30,5 +30,10 @@
<init>();
}
# Constructors accessed via reflection in DownloadAction
-dontnote com.google.android.exoplayer2.source.dash.offline.DashDownloadAction
-dontnote com.google.android.exoplayer2.source.hls.offline.HlsDownloadAction
-dontnote com.google.android.exoplayer2.source.smoothstreaming.offline.SsDownloadAction
# Don't warn about checkerframework
-dontwarn org.checkerframework.**