Skip to content

Commit

Permalink
Merge pull request #743 from BranchMetrics/Release-5.6.1
Browse files Browse the repository at this point in the history
Update Android SDK to 5.2.5
  • Loading branch information
gdeluna-branch authored Oct 3, 2022
2 parents 81c93ec + 50b9c4d commit 562783c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2022-10-03 Version 5.6.1
- Update Android SDK to 5.2.5

2022-09-30 Version 5.6.0
- Update Android SDK to 5.2.4
- Update iOS SDK to 1.43.2
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ def safeExtGet(prop, fallback) {
dependencies {
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
implementation 'com.facebook.react:react-native:+' // From node_modules
api 'io.branch.sdk.android:library:5.2.4'
api 'io.branch.sdk.android:library:5.2.5'
}
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.6.0",
"version": "5.6.1",
"description": "Branch Metrics React Native SDK",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 562783c

Please sign in to comment.