Bump IMA dependency to 3.33.0 to fix NPE with data://
URIs
Issue: androidx/media#700 PiperOrigin-RevId: 632135478
This commit is contained in:
parent
971486f5f9
commit
861e8218c0
@ -85,6 +85,9 @@
|
||||
* Fix bug where `VideoAdPlayer.VideoAdPlayerCallback.onError` was not
|
||||
called when a player error happened during ad playback
|
||||
([#1334](https://github.com/androidx/media/issues/1334)).
|
||||
* Bump IMA SDK version to 3.33.0 to fix a `NullPointerException` when
|
||||
using `data://` ad tag URIs
|
||||
([#700](https://github.com/androidx/media/issues/700)).
|
||||
* Session:
|
||||
* Hide seekbar in the media notification for live streams by not setting
|
||||
the duration into the platform session metadata
|
||||
|
@ -28,7 +28,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.31.0'
|
||||
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.33.0'
|
||||
implementation project(modulePrefix + 'lib-exoplayer')
|
||||
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
|
||||
compileOnly 'com.google.errorprone:error_prone_annotations:' + errorProneVersion
|
||||
|
Loading…
x
Reference in New Issue
Block a user