Bump IMA SDK version to 3.30.3

PiperOrigin-RevId: 555130308
(cherry picked from commit 38eabdc9fc22ff17e53f11cdfe09e7af0dab73d0)
This commit is contained in:
rohks 2023-08-09 12:16:14 +00:00 committed by Tianyi Feng
parent bab04ebf2c
commit 4af6fcb838
2 changed files with 3 additions and 1 deletions

View File

@ -30,6 +30,8 @@
Previously indent and tab offset were included when limiting the cue Previously indent and tab offset were included when limiting the cue
length to 32 characters (which was technically correct by the spec) length to 32 characters (which was technically correct by the spec)
([#11019](https://github.com/google/ExoPlayer/issues/11019)). ([#11019](https://github.com/google/ExoPlayer/issues/11019)).
* IMA extension:
* Bump IMA SDK version to 3.30.3.
* Session: * Session:
* Add custom layout to the state of the controller and provide a getter to * Add custom layout to the state of the controller and provide a getter to
access it. When the custom layout changes, access it. When the custom layout changes,

View File

@ -20,7 +20,7 @@ android {
} }
dependencies { 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 project(modulePrefix + 'lib-exoplayer')
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
compileOnly 'com.google.errorprone:error_prone_annotations:' + errorProneVersion compileOnly 'com.google.errorprone:error_prone_annotations:' + errorProneVersion