From 4af6fcb83891b7894e76f2ac0931bf74cca579b3 Mon Sep 17 00:00:00 2001 From: rohks Date: Wed, 9 Aug 2023 12:16:14 +0000 Subject: [PATCH] Bump IMA SDK version to 3.30.3 PiperOrigin-RevId: 555130308 (cherry picked from commit 38eabdc9fc22ff17e53f11cdfe09e7af0dab73d0) --- RELEASENOTES.md | 2 ++ libraries/exoplayer_ima/build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 663e449cad..c3356fbbf7 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -30,6 +30,8 @@ Previously indent and tab offset were included when limiting the cue length to 32 characters (which was technically correct by the spec) ([#11019](https://github.com/google/ExoPlayer/issues/11019)). +* IMA extension: + * Bump IMA SDK version to 3.30.3. * Session: * Add custom layout to the state of the controller and provide a getter to access it. When the custom layout changes, diff --git a/libraries/exoplayer_ima/build.gradle b/libraries/exoplayer_ima/build.gradle index afe16f7312..5d51424112 100644 --- a/libraries/exoplayer_ima/build.gradle +++ b/libraries/exoplayer_ima/build.gradle @@ -20,7 +20,7 @@ android { } dependencies { - api 'com.google.ads.interactivemedia.v3:interactivemedia:3.29.0' + api 'com.google.ads.interactivemedia.v3:interactivemedia:3.30.3' implementation project(modulePrefix + 'lib-exoplayer') implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion compileOnly 'com.google.errorprone:error_prone_annotations:' + errorProneVersion