Skip to content

Commit

Permalink
Bump player version to 3.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zigavehovec committed Sep 13, 2024
1 parent be08c44 commit f670011
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
```
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f670011

Please sign in to comment.