Skip to content

Commit

Permalink
Merge pull request #675 from BranchMetrics/CORE-2325-update-react-native
Browse files Browse the repository at this point in the history
CORE-2325 prep release
  • Loading branch information
echo-branch authored Oct 5, 2021
2 parents f69ed47 + 1245a6c commit ec089aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2021-10-01 Version 5.1.0
- Update Androd SDK to 5.0.13
- Removes credit related APIs. Feature has been deprecated and the supporting services will be shutdown.

2021-08-16 Version 5.0.4
- Update iOS SDK to 1.39.4
- Adds support to check the pasteboard for deferred deeplink data. Add `checkPasteboardOnInstall` to `branch.json`. The feature is optional and disabled by default.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ android {
dependencies {
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
implementation 'com.facebook.react:react-native:+' // From node_modules
api 'io.branch.sdk.android:library:5.0.9'
api 'io.branch.sdk.android:library:5.0.13'
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-branch",
"version": "5.0.4",
"version": "5.1.0",
"description": "Branch Metrics React Native SDK",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit ec089aa

Please sign in to comment.