Commit 738b519c by olly Committed by Oliver Woodman

Add proguard configuration for Cast extension

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=191422866
parent 783a1b74
...@@ -21,6 +21,7 @@ android { ...@@ -21,6 +21,7 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion project.ext.targetSdkVersion targetSdkVersion project.ext.targetSdkVersion
consumerProguardFiles 'proguard-rules.txt'
} }
} }
......
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment