Commit 90592755 by aquilescanta Committed by Andrew Lewis

Fix Cast demo app's blaze build and enable proguarding

PiperOrigin-RevId: 233372668
parent abb53d7c
......@@ -17,6 +17,8 @@
package="com.google.android.exoplayer2.castdemo">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-sdk/>
<application android:label="@string/application_name" android:icon="@mipmap/ic_launcher"
......
......@@ -2,3 +2,9 @@
# DefaultCastOptionsProvider is commonly referred to only by the app's manifest.
-keep class com.google.android.exoplayer2.ext.cast.DefaultCastOptionsProvider
# ExoCastOptionsProvider is commonly referred to only by the app's manifest.
-keep class com.google.android.exoplayer2.ext.cast.ExoCastOptionsProvider
# Don't warn about gms
-dontwarn com.google.android.gms.**
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