mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Bump IMA SDK version to 3.30.3
#minor-change PiperOrigin-RevId: 555130308
This commit is contained in:
parent
481ea4a274
commit
38eabdc9fc
2 changed files with 2 additions and 1 deletions
|
|
@ -118,6 +118,7 @@
|
||||||
* Effect:
|
* Effect:
|
||||||
* Muxers:
|
* Muxers:
|
||||||
* IMA extension:
|
* 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,
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue