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
e3620ed6
authored
Jan 11, 2021
by
andrewlewis
Committed by
Oliver Woodman
Jan 12, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Upgrade IMA SDK dependency to 3.22.0
Issue: #7344 Issue: #8339 PiperOrigin-RevId: 351212047
parent
facef65c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
RELEASENOTES.md
extensions/ima/build.gradle
RELEASENOTES.md
View file @
e3620ed6
...
...
@@ -93,6 +93,10 @@
(
[
#3750
](
https://github.com/google/ExoPlayer/issues/3750
)
).
*
Add
`ImaAdsLoader.Builder.setEnableContinuousPlayback`
for setting
whether to request ads for continuous playback.
*
Upgrade IMA SDK dependency to 3.22.0, bringing in a fix for leaking the
ad view group
(
[
#7344
](
https://github.com/google/ExoPlayer/issues/7344
)
),
(
[
#8339
](
https://github.com/google/ExoPlayer/issues/8339
)
).
*
FFmpeg extension:
*
Link the FFmpeg library statically, saving 350KB in binary size on
average.
...
...
extensions/ima/build.gradle
View file @
e3620ed6
...
...
@@ -25,7 +25,7 @@ android {
}
dependencies
{
api
'com.google.ads.interactivemedia.v3:interactivemedia:3.2
1
.0'
api
'com.google.ads.interactivemedia.v3:interactivemedia:3.2
2
.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