Skip to content

Commit

Permalink
release: Release 5.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch authored Oct 3, 2023
1 parent 55d6ca1 commit aa889c1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2023-10-03 Version 5.9.2
- Update Android SDK to 5.7.1 to include gclid bug fix.

2023-10-02 Version 5.9.1
- Update Android SDK to 5.7.0
- Update iOS SDK 2.2.1
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.7.0'
api 'io.branch.sdk.android:library:5.7.1'
}
2 changes: 1 addition & 1 deletion branch-sdk-automation-testbed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react-native-push-notification": "^8.1.1",
"react": "18.0.0",
"react-native": "0.69.1",
"react-native-branch": "^5.5.0",
"react-native-branch": "5.9.2-alpha.0",
"react-native-dropdown-picker": "^5.4.2",
"react-native-json-tree": "^1.3.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
Expand Down
2 changes: 1 addition & 1 deletion branchreactnativetestbed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"react": "18.2.0",
"react-native": "0.71.4",
"react-native-branch": "^5.9.1"
"react-native-branch": "5.9.2-alpha.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
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.9.1",
"version": "5.9.2",
"description": "Branch Metrics React Native SDK",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit aa889c1

Please sign in to comment.