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:
ibaker 2024-05-09 06:57:34 -07:00 committed by Copybara-Service
parent 971486f5f9
commit 861e8218c0
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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