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; -}