Skip to content

Commit

Permalink
Update player version to 3.88.0
Browse files Browse the repository at this point in the history
  • Loading branch information
strangesource committed Oct 14, 2024
1 parent 0f1f847 commit a757d4d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ private void initializePlayer() {
null,
"file:///android_asset/bitmovinplayer-ui.js",
true,
false
false,
null
),
false,
ScalingMode.Fit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ protected void onCreate(Bundle savedInstanceState) {
null,
"file:///android_asset/custom-bitmovinplayer-ui.min.js",
true,
false
false,
null
),
false,
ScalingMode.Fit
Expand Down
2 changes: 1 addition & 1 deletion 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.87.0'
implementation 'com.bitmovin.player:player:3.88.0'
```
#### Additional SDK dependencies
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
playServicesAdsIdentifierVersion = '18.0.1'
imaSdkVersion = '3.33.0'
playServicesCastVersion = '21.4.0'
bitmovinPlayerVersion = '3.87.0'
bitmovinPlayerVersion = '3.88.0'
appcompat_version = "1.6.1"
activity_version = "1.6.1"
fragment_version = "1.5.5"
Expand Down

0 comments on commit a757d4d

Please sign in to comment.