Commit 6a6c70c7 by andrewlewis Committed by Ian Baker

Upgrade IMA SDK dependency to 3.22.3

This brings in a fix for `NullPointerExceptions` within `WebView` callbacks in
the IMA SDK.

Issue: #8447
PiperOrigin-RevId: 363627446
parent b24d9f64
Showing with 11 additions and 4 deletions
...@@ -88,9 +88,16 @@ ...@@ -88,9 +88,16 @@
`DashMediaSource.Factory`. `DashMediaSource.Factory`.
* We don't currently support using platform extractors with * We don't currently support using platform extractors with
SmoothStreaming. SmoothStreaming.
* IMA extension: fix error caused by `AdPlaybackState` ad group times being * IMA extension:
cleared, which can occur if the `ImaAdsLoader` is released while an ad is * Fix error caused by `AdPlaybackState` ad group times being cleared,
pending loading ([#8693](https://github.com/google/ExoPlayer/issues/8693)). which can occur if the `ImaAdsLoader` is released while an ad is
pending loading
([#8693](https://github.com/google/ExoPlayer/issues/8693)).
* Upgrade IMA SDK dependency to 3.22.3, fixing an issue with
`NullPointerExceptions` within `WebView` callbacks
([#8447](https://github.com/google/ExoPlayer/issues/8447)).
the IMA SDK.
### 2.13.2 (2021-02-25) ### 2.13.2 (2021-02-25)
......
...@@ -25,7 +25,7 @@ android { ...@@ -25,7 +25,7 @@ android {
} }
dependencies { dependencies {
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.22.0' api 'com.google.ads.interactivemedia.v3:interactivemedia:3.22.3'
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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment