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
c4cd5593
authored
May 12, 2020
by
andrewlewis
Committed by
Oliver Woodman
May 14, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Upgrade IMA SDK to 3.19.0
PiperOrigin-RevId: 311106612
parent
8ed82e76
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
RELEASENOTES.md
extensions/ima/build.gradle
RELEASENOTES.md
View file @
c4cd5593
...
...
@@ -185,6 +185,12 @@
used for AV1 playback using the extension.
*
IMA extension: Upgrade to IMA SDK version 3.18.2, and migrate to new
preloading APIs (
[
#6429
](
https://github.com/google/ExoPlayer/issues/6429
)
).
*
IMA extension:
*
Upgrade to IMA SDK version 3.19.0, and migrate to new
preloading APIs
(
[
#6429
](
https://github.com/google/ExoPlayer/issues/6429
)
).
*
Add support for timing out ad preloading, to avoid playback getting
stuck if an ad group unexpectedly fails to load.
*
OkHttp extension: Upgrade OkHttp dependency to 3.12.11.
*
Cronet extension: Default to using the Cronet implementation in Google Play
Services rather than Cronet Embedded. This allows Cronet to be used with a
...
...
extensions/ima/build.gradle
View file @
c4cd5593
...
...
@@ -39,7 +39,7 @@ android {
}
dependencies
{
api
'com.google.ads.interactivemedia.v3:interactivemedia:3.1
8.2
'
api
'com.google.ads.interactivemedia.v3:interactivemedia:3.1
9.0
'
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
'androidx.annotation:annotation:'
+
androidxAnnotationVersion
implementation
'com.google.android.gms:play-services-ads-identifier:17.0.0'
...
...
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