From 09aaec6b0143e61debfc59ed1a9d24aad1286e57 Mon Sep 17 00:00:00 2001 From: andrewlewis Date: Mon, 10 Sep 2018 07:50:21 -0700 Subject: [PATCH] Add proguard configuration for download actions ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=212266041 --- library/core/proguard-rules.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/library/core/proguard-rules.txt b/library/core/proguard-rules.txt index fe204822a8..a5c50a78f5 100644 --- a/library/core/proguard-rules.txt +++ b/library/core/proguard-rules.txt @@ -30,5 +30,10 @@ (); } +# 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.**