Commit 09aaec6b by andrewlewis Committed by Oliver Woodman

Add proguard configuration for download actions

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=212266041
parent 95aa5db1
Showing with 5 additions and 0 deletions
...@@ -30,5 +30,10 @@ ...@@ -30,5 +30,10 @@
<init>(); <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 # Don't warn about checkerframework
-dontwarn org.checkerframework.** -dontwarn org.checkerframework.**
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment