Skip to content

Commit ec089aa

Browse files
authored
Merge pull request #675 from BranchMetrics/CORE-2325-update-react-native
CORE-2325 prep release
2 parents f69ed47 + 1245a6c commit ec089aa

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2021-10-01 Version 5.1.0
2+
- Update Androd SDK to 5.0.13
3+
- Removes credit related APIs. Feature has been deprecated and the supporting services will be shutdown.
4+
15
2021-08-16 Version 5.0.4
26
- Update iOS SDK to 1.39.4
37
- Adds support to check the pasteboard for deferred deeplink data. Add `checkPasteboardOnInstall` to `branch.json`. The feature is optional and disabled by default.

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ android {
3333
dependencies {
3434
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
3535
implementation 'com.facebook.react:react-native:+' // From node_modules
36-
api 'io.branch.sdk.android:library:5.0.9'
36+
api 'io.branch.sdk.android:library:5.0.13'
3737
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-branch",
3-
"version": "5.0.4",
3+
"version": "5.1.0",
44
"description": "Branch Metrics React Native SDK",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)