Commit cb01b281 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 c861b506
......@@ -21,6 +21,7 @@ android {
defaultConfig {
minSdkVersion 14
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