mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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 {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion project.ext.targetSdkVersion
|
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