mirror of
https://github.com/samsonjs/media.git
synced 2026-04-09 11:55:46 +00:00
Bump IMA SDK version to 3.30.3
PiperOrigin-RevId: 555130308
(cherry picked from commit 38eabdc9fc)
This commit is contained in:
parent
bab04ebf2c
commit
4af6fcb838
2 changed files with 3 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue