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:
parent
230f4e5bb5
commit
35f7e7f609
@ -83,11 +83,9 @@
|
|||||||
([#7961)(https://github.com/google/ExoPlayer/issues/7961)).
|
([#7961)(https://github.com/google/ExoPlayer/issues/7961)).
|
||||||
* Fix truncating large cue points in microseconds
|
* Fix truncating large cue points in microseconds
|
||||||
([#8067](https://github.com/google/ExoPlayer/issues/8067)).
|
([#8067](https://github.com/google/ExoPlayer/issues/8067)).
|
||||||
|
* Upgrade IMA SDK dependency to 3.20.1. This brings in a fix for
|
||||||
* UI:
|
companion ads rendering when targeting API 29
|
||||||
|
([#6432](https://github.com/google/ExoPlayer/issues/6432)).
|
||||||
* Show overflow button in `StyledPlayerControlView` only when there is no
|
|
||||||
enough space.
|
|
||||||
|
|
||||||
### 2.12.0 (2020-09-11) ###
|
### 2.12.0 (2020-09-11) ###
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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 project(modulePrefix + 'library-core')
|
||||||
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
|
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
|
||||||
implementation 'com.google.android.gms:play-services-ads-identifier:17.0.0'
|
implementation 'com.google.android.gms:play-services-ads-identifier:17.0.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user