diff --git a/RELEASENOTES.md b/RELEASENOTES.md index cbbfc213e5..6c18283a75 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -99,7 +99,7 @@ * Fix error caused by `AdPlaybackState` ad group times being cleared, 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 + * Upgrade IMA SDK dependency to 3.23.0, fixing an issue with `NullPointerExceptions` within `WebView` callbacks ([#8447](https://github.com/google/ExoPlayer/issues/8447)). * Update instructions and publishing configuration for releasing to Google's diff --git a/extensions/ima/build.gradle b/extensions/ima/build.gradle index ca8133aab8..80fcab9587 100644 --- a/extensions/ima/build.gradle +++ b/extensions/ima/build.gradle @@ -25,7 +25,7 @@ android { } dependencies { - api 'com.google.ads.interactivemedia.v3:interactivemedia:3.22.3' + api 'com.google.ads.interactivemedia.v3:interactivemedia:3.23.0' implementation project(modulePrefix + 'library-core') implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion implementation 'com.google.android.gms:play-services-ads-identifier:17.0.0'