From 56e4860cb0683de34cd464aa85abaa733a959a29 Mon Sep 17 00:00:00 2001 From: Oliver Woodman Date: Fri, 23 Nov 2018 12:28:23 +0000 Subject: [PATCH] Remove stray proguard files --- extensions/ima/src/main/proguard-rules.txt | 6 ------ library/dash/src/main/proguard-rules.txt | 7 ------- library/hls/src/main/proguard-rules.txt | 7 ------- library/smoothstreaming/src/main/proguard-rules.txt | 7 ------- 4 files changed, 27 deletions(-) delete mode 100644 extensions/ima/src/main/proguard-rules.txt delete mode 100644 library/dash/src/main/proguard-rules.txt delete mode 100644 library/hls/src/main/proguard-rules.txt delete mode 100644 library/smoothstreaming/src/main/proguard-rules.txt diff --git a/extensions/ima/src/main/proguard-rules.txt b/extensions/ima/src/main/proguard-rules.txt deleted file mode 100644 index feef3daf7a..0000000000 --- a/extensions/ima/src/main/proguard-rules.txt +++ /dev/null @@ -1,6 +0,0 @@ -# Proguard rules specific to the IMA extension. - --keep class com.google.ads.interactivemedia.** { *; } --keep interface com.google.ads.interactivemedia.** { *; } --keep class com.google.obf.** { *; } --keep interface com.google.obf.** { *; } diff --git a/library/dash/src/main/proguard-rules.txt b/library/dash/src/main/proguard-rules.txt deleted file mode 100644 index f8725fff4d..0000000000 --- a/library/dash/src/main/proguard-rules.txt +++ /dev/null @@ -1,7 +0,0 @@ -# Proguard rules specific to the dash module. - -# Constructors accessed via reflection in SegmentDownloadAction --dontnote com.google.android.exoplayer2.source.dash.offline.DashDownloadAction --keepclassmembers class com.google.android.exoplayer2.source.dash.offline.DashDownloadAction { - static ** DESERIALIZER; -} diff --git a/library/hls/src/main/proguard-rules.txt b/library/hls/src/main/proguard-rules.txt deleted file mode 100644 index 3b8d1bb4ac..0000000000 --- a/library/hls/src/main/proguard-rules.txt +++ /dev/null @@ -1,7 +0,0 @@ -# Proguard rules specific to the hls module. - -# Constructors accessed via reflection in SegmentDownloadAction --dontnote com.google.android.exoplayer2.source.hls.offline.HlsDownloadAction --keepclassmembers class com.google.android.exoplayer2.source.hls.offline.HlsDownloadAction { - static ** DESERIALIZER; -} diff --git a/library/smoothstreaming/src/main/proguard-rules.txt b/library/smoothstreaming/src/main/proguard-rules.txt deleted file mode 100644 index d14244d783..0000000000 --- a/library/smoothstreaming/src/main/proguard-rules.txt +++ /dev/null @@ -1,7 +0,0 @@ -# Proguard rules specific to the smoothstreaming module. - -# Constructors accessed via reflection in SegmentDownloadAction --dontnote com.google.android.exoplayer2.source.smoothstreaming.offline.SsDownloadAction --keepclassmembers class com.google.android.exoplayer2.source.smoothstreaming.offline.SsDownloadAction { - static ** DESERIALIZER; -}