mirror of
https://github.com/samsonjs/media.git
synced 2026-04-24 14:37:45 +00:00
10 lines
421 B
Text
10 lines
421 B
Text
# 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
|
|
|
|
# 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.**
|