diff --git a/README.md b/README.md index 3792f23..038314d 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ When you want to develop an own Android application using the Bitmovin Player An It is recommended to reference a specific version as you can see below: ``` - implementation 'com.bitmovin.player:player:3.82.0' + implementation 'com.bitmovin.player:player:3.84.0' ``` #### Additional SDK dependencies @@ -183,7 +183,7 @@ When you want to develop an own Android application using the Bitmovin Player An If advertising support should be enabled, also add the following dependencies to your project: ``` - 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' ``` diff --git a/dependencies.gradle b/dependencies.gradle index 359a1f5..b716f51 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,9 +1,9 @@ ext { // Versions playServicesAdsIdentifierVersion = '18.0.1' - imaSdkVersion = '3.31.0' + imaSdkVersion = '3.33.0' playServicesCastVersion = '21.4.0' - bitmovinPlayerVersion = '3.82.0' + bitmovinPlayerVersion = '3.84.0' appcompat_version = "1.6.1" activity_version = "1.6.1" fragment_version = "1.5.5"