mirror of
https://github.com/samsonjs/media.git
synced 2026-04-03 10:55:48 +00:00
Add proguard configuration for download actions
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=212266041
This commit is contained in:
parent
95aa5db148
commit
09aaec6b01
1 changed files with 5 additions and 0 deletions
|
|
@ -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.**
|
||||
|
|
|
|||
Loading…
Reference in a new issue