Skip to content

Commit

Permalink
prepare release 0.35.0
Browse files Browse the repository at this point in the history
untracked
  • Loading branch information
krocard committed Dec 10, 2024
1 parent 12fbaec commit 0f3c7d3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.35.0] - 2024-12-10

### Changed

- Update Bitmovin's native Android SDK version to `3.98.0`
- Update Bitmovin's native iOS SDK version to `3.79.0`

## [0.34.0] - 2024-12-04

### Changed
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ dependencies {
// Bitmovin
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.96.0+jason'
implementation 'com.bitmovin.player:player-media-session:3.96.0+jason'
implementation 'com.bitmovin.player:player:3.98.0+jason'
implementation 'com.bitmovin.player:player-media-session:3.98.0+jason'
}
2 changes: 1 addition & 1 deletion example/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 0f3c7d3

Please sign in to comment.