Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
97e98ab4
authored
Jul 23, 2019
by
olly
Committed by
Oliver Woodman
Jul 26, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Cast: Remove obsolete flavor dimension
PiperOrigin-RevId: 259582498
parent
40fd11d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
12 deletions
demos/cast/build.gradle
demos/cast/src/main/AndroidManifest.xml
demos/cast/build.gradle
View file @
97e98ab4
...
...
@@ -47,17 +47,6 @@ android {
// The demo app isn't indexed and doesn't have translations.
disable
'GoogleAppIndexingWarning'
,
'MissingTranslation'
}
flavorDimensions
"receiver"
productFlavors
{
defaultCast
{
dimension
"receiver"
manifestPlaceholders
=
[
castOptionsProvider:
"com.google.android.exoplayer2.ext.cast.DefaultCastOptionsProvider"
]
}
}
}
dependencies
{
...
...
demos/cast/src/main/AndroidManifest.xml
View file @
97e98ab4
...
...
@@ -25,7 +25,7 @@
android:largeHeap=
"true"
android:allowBackup=
"false"
>
<meta-data
android:name=
"com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME"
android:value=
"
${castOptionsProvider}"
/>
android:value=
"
com.google.android.exoplayer2.ext.cast.DefaultCastOptionsProvider"
/>
<activity
android:name=
"com.google.android.exoplayer2.castdemo.MainActivity"
android:configChanges=
"keyboard|keyboardHidden|orientation|screenSize|screenLayout|smallestScreenSize|uiMode"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment