mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08: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
@ -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…
x
Reference in New Issue
Block a user