Skip to content

Commit

Permalink
Merge pull request #515 from bitmovin/update-ima-sdk-version-android
Browse files Browse the repository at this point in the history
Update IMA SDK dependency on Android to `3.33.0`
  • Loading branch information
strangesource authored Sep 9, 2024
2 parents 1608a36 + 990d26d commit 35cf9ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Changed

- Update Bitmovin's native Android SDK version to `3.82.0`
- Update IMA SDK dependency on Android to `3.33.0`

### Changed

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dependencies {
implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0"

// Bitmovin
implementation 'com.google.ads.interactivemedia.v3:interactivemedia:3.31.0'
implementation 'com.google.ads.interactivemedia.v3:interactivemedia:3.33.0'
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
implementation 'com.bitmovin.player:player:3.82.0+jason'
}

0 comments on commit 35cf9ec

Please sign in to comment.