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
376d02ac
authored
Apr 08, 2020
by
olly
Committed by
Oliver Woodman
Apr 08, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Upgrade cast dependency
Issue: #7191 PiperOrigin-RevId: 305502293
parent
dc80cf32
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
RELEASENOTES.md
demos/cast/src/main/AndroidManifest.xml
extensions/cast/build.gradle
RELEASENOTES.md
View file @
376d02ac
...
@@ -168,6 +168,10 @@
...
@@ -168,6 +168,10 @@
*
FFmpeg extension: Add support for
`x86_64`
architecture.
*
FFmpeg extension: Add support for
`x86_64`
architecture.
*
Opus extension: Fix parsing of negative gain values
*
Opus extension: Fix parsing of negative gain values
(
[
#7046
](
https://github.com/google/ExoPlayer/issues/7046
)
).
(
[
#7046
](
https://github.com/google/ExoPlayer/issues/7046
)
).
*
Cast extension: Upgrade
`play-services-cast-framework`
dependency to 18.1.0.
This fixes an issue where
`RemoteServiceException`
was thrown due to
`Context.startForegroundService()`
not calling
`Service.startForeground()`
(
[
#7191
](
https://github.com/google/ExoPlayer/issues/7191
)
).
### 2.11.3 (2020-02-19)
### 2.11.3 (2020-02-19)
...
...
demos/cast/src/main/AndroidManifest.xml
View file @
376d02ac
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.ACCESS_NETWORK_STATE"
/>
<uses-permission
android:name=
"android.permission.ACCESS_NETWORK_STATE"
/>
<uses-permission
android:name=
"android.permission.FOREGROUND_SERVICE"
/>
<uses-sdk/>
<uses-sdk/>
...
...
extensions/cast/build.gradle
View file @
376d02ac
...
@@ -31,7 +31,7 @@ android {
...
@@ -31,7 +31,7 @@ android {
}
}
dependencies
{
dependencies
{
api
'com.google.android.gms:play-services-cast-framework:1
7.0
.0'
api
'com.google.android.gms:play-services-cast-framework:1
8.1
.0'
implementation
'androidx.annotation:annotation:'
+
androidxAnnotationVersion
implementation
'androidx.annotation:annotation:'
+
androidxAnnotationVersion
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
project
(
modulePrefix
+
'library-ui'
)
implementation
project
(
modulePrefix
+
'library-ui'
)
...
...
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