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