Skip to content

Commit

Permalink
Bump version to 3.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matamegger committed Sep 6, 2024
1 parent 24d44cc commit be08c44
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ protected void onCreate(Bundle savedInstanceState) {

// Creating a SubtitleView and assign the current player instance.
subtitleView = new SubtitleView(this);
subtitleView.setUserDefaultStyle();
subtitleView.setUserDefaultTextSize();
subtitleView.setPlayer(player);

// Setup minimalistic controls for the player
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ class MainActivity : AppCompatActivity() {

// Creating a SubtitleView and assign the current player instance.
subtitleView = SubtitleView(this)
subtitleView.setUserDefaultStyle()
subtitleView.setUserDefaultTextSize()
subtitleView.setPlayer(player)

// Setup minimalistic controls for the player
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.81.0'
implementation 'com.bitmovin.player:player:3.82.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.31.0'
playServicesCastVersion = '21.4.0'
bitmovinPlayerVersion = '3.81.0'
bitmovinPlayerVersion = '3.82.0'
appcompat_version = "1.6.1"
activity_version = "1.6.1"
fragment_version = "1.5.5"
Expand Down

0 comments on commit be08c44

Please sign in to comment.