Skip to content

Commit

Permalink
Merge branch 'development' into add-docs-generation-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandkakonyi authored Oct 11, 2023
2 parents cc84241 + 386630c commit 5dc6d5f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

- API Reference now can be found [here](https://cdn.bitmovin.com/player/reactnative/0/docs/index.html)

### Changed

- Update IMA SDK dependency on Android to `3.31.0`
- Update Bitmovin's native Android SDK version to `3.47.0`


## [0.12.0] (2023-09-25)

### Added
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
implementation 'com.google.ads.interactivemedia.v3:interactivemedia:3.29.0'
implementation 'com.google.ads.interactivemedia.v3:interactivemedia:3.31.0'
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
implementation 'com.bitmovin.player:player:3.46.0+jason'
implementation 'com.bitmovin.player:player:3.47.0+jason'
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"pods-update": "cd example/ios && pod update --silent",
"bootstrap": "yarn && yarn example && yarn pods",
"prepare": "husky install",
"docs": "typedoc --options ./typedoc.json"
"docs": "typedoc"
},
"keywords": [
"react-native",
Expand Down

0 comments on commit 5dc6d5f

Please sign in to comment.