mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Add proguard configuration for Cast extension
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=191422866
This commit is contained in:
parent
c861b506a3
commit
cb01b281df
2 changed files with 5 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion project.ext.targetSdkVersion
|
||||
consumerProguardFiles 'proguard-rules.txt'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
4
extensions/cast/proguard-rules.txt
Normal file
4
extensions/cast/proguard-rules.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Proguard rules specific to the Cast extension.
|
||||
|
||||
# DefaultCastOptionsProvider is commonly referred to only by the app's manifest.
|
||||
-keep class com.google.android.exoplayer2.ext.cast.DefaultCastOptionsProvider
|
||||
Loading…
Reference in a new issue