Bump IMA dependency to 3.35.1

The previous version (3.33.0) is known to have some bugs, and the latest
version (3.36.0) is also known to be buggy.

PiperOrigin-RevId: 700657484
This commit is contained in:
ibaker 2024-11-27 04:53:38 -08:00 committed by Copybara-Service
parent d5d5771cd2
commit 6cf3004d62

View File

@ -28,7 +28,7 @@ android {
}
dependencies {
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.33.0'
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.35.1'
implementation project(modulePrefix + 'lib-exoplayer')
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
compileOnly 'com.google.errorprone:error_prone_annotations:' + errorProneVersion