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 Oliver Woodman
parent 3b7669ff72
commit c0cd73f5fd
2 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,9 @@
* FMP4: Fix `saiz` and `senc` sample count checks, resolving a "length * FMP4: Fix `saiz` and `senc` sample count checks, resolving a "length
mismatch" `ParserException` when playing certain protected FMP4 streams mismatch" `ParserException` when playing certain protected FMP4 streams
([#7592](https://github.com/google/ExoPlayer/issues/7592)). ([#7592](https://github.com/google/ExoPlayer/issues/7592)).
* 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)).
### 2.11.7 (2020-06-29) ### ### 2.11.7 (2020-06-29) ###

View File

@ -32,7 +32,7 @@ android {
} }
dependencies { 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 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'