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:
parent
3b7669ff72
commit
c0cd73f5fd
@ -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) ###
|
||||||
|
|
||||||
|
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user