Remove redundant proguard files
PiperOrigin-RevId: 243781000
This commit is contained in:
parent
77b78b96df
commit
c2c7c43a36
@ -25,7 +25,6 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion project.ext.minSdkVersion
|
minSdkVersion project.ext.minSdkVersion
|
||||||
targetSdkVersion project.ext.targetSdkVersion
|
targetSdkVersion project.ext.targetSdkVersion
|
||||||
consumerProguardFiles 'proguard-rules.txt'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -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;
|
|
||||||
}
|
|
@ -1 +0,0 @@
|
|||||||
../../proguard-rules.txt
|
|
@ -25,7 +25,6 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion project.ext.minSdkVersion
|
minSdkVersion project.ext.minSdkVersion
|
||||||
targetSdkVersion project.ext.targetSdkVersion
|
targetSdkVersion project.ext.targetSdkVersion
|
||||||
consumerProguardFiles 'proguard-rules.txt'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -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;
|
|
||||||
}
|
|
@ -1 +0,0 @@
|
|||||||
../../proguard-rules.txt
|
|
@ -25,7 +25,6 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion project.ext.minSdkVersion
|
minSdkVersion project.ext.minSdkVersion
|
||||||
targetSdkVersion project.ext.targetSdkVersion
|
targetSdkVersion project.ext.targetSdkVersion
|
||||||
consumerProguardFiles 'proguard-rules.txt'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -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;
|
|
||||||
}
|
|
@ -1 +0,0 @@
|
|||||||
../../proguard-rules.txt
|
|
Loading…
x
Reference in New Issue
Block a user