Skip to content

Commit

Permalink
ASDK-2439: Update IMA to v3.32.0 (#3)
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**
- ASDK-2439
- The old is deprecated and is causing runtime crashes


Signed-off-by: Mohsen Mirhoseini <[email protected]>
  • Loading branch information
Mohsen Mirhoseini authored Feb 28, 2024
1 parent 280bdcc commit bb7e048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion constants.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
project.ext {
// ExoPlayer version and version code.
releaseVersion = '2.16.1.6'
releaseVersion = '2.16.1.7'
releaseVersionCode = 2016001
minSdkVersion = 16
appTargetSdkVersion = 29
Expand Down
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 bb7e048

Please sign in to comment.