Upgrade IMA SDK dependency to 3.20.1

This brings in a fix for companion ads rendering when targeting API 29.

Issue: #6432
PiperOrigin-RevId: 337279054
This commit is contained in:
andrewlewis 2020-10-15 12:02:08 +01:00 committed by Oliver Woodman
parent 230f4e5bb5
commit 35f7e7f609
2 changed files with 4 additions and 6 deletions

View File

@ -83,11 +83,9 @@
([#7961)(https://github.com/google/ExoPlayer/issues/7961)).
* Fix truncating large cue points in microseconds
([#8067](https://github.com/google/ExoPlayer/issues/8067)).
* UI:
* Show overflow button in `StyledPlayerControlView` only when there is no
enough space.
* Upgrade IMA SDK dependency to 3.20.1. This brings in a fix for
companion ads rendering when targeting API 29
([#6432](https://github.com/google/ExoPlayer/issues/6432)).
### 2.12.0 (2020-09-11) ###

View File

@ -25,7 +25,7 @@ android {
}
dependencies {
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.19.4'
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.20.1'
implementation project(modulePrefix + 'library-core')
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
implementation 'com.google.android.gms:play-services-ads-identifier:17.0.0'