Skip to content

Commit

Permalink
Update IMA to v3.32.0
Browse files Browse the repository at this point in the history
*What*
- Updating the IMA "com.google.ads.interactivemedia.v3:interactivemedia" dependency to "3.32.0"

*Why*
- The old is deprecated and is causing runtime crashes
  • Loading branch information
mohsenoid committed Feb 21, 2024
1 parent 280bdcc commit 1b19260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/ima/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
}

dependencies {
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.25.1'
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.32.0'
implementation project(modulePrefix + 'library-core')
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
Expand Down

0 comments on commit 1b19260

Please sign in to comment.