Upgrade IMA SDK to 3.19.4

This brings in a fix for the IMA SDK ignoring the media load timeout.

Issue: #7170
PiperOrigin-RevId: 320557386
This commit is contained in:
andrewlewis 2020-07-10 08:23:39 +01:00 committed by kim-vde
parent c29fc94540
commit a8f1cdcfd7
2 changed files with 4 additions and 1 deletions

View File

@ -236,6 +236,9 @@
`androidx.media2.session.MediaSession`.
* Cast extension: Implement playlist API and deprecate the old queue
manipulation API.
* IMA extension: Upgrade to IMA SDK 3.19.4, bringing in a fix for setting the
media load timeout
([#7170](https://github.com/google/ExoPlayer/issues/7170)).
* Demo app: Retain previous position in list of samples.
* Add Guava dependency.

View File

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