Skip to content

Commit aa889c1

Browse files
release: Release 5.9.2
1 parent 55d6ca1 commit aa889c1

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2023-10-03 Version 5.9.2
2+
- Update Android SDK to 5.7.1 to include gclid bug fix.
3+
14
2023-10-02 Version 5.9.1
25
- Update Android SDK to 5.7.0
36
- Update iOS SDK 2.2.1

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ def safeExtGet(prop, fallback) {
4747
dependencies {
4848
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
4949
implementation 'com.facebook.react:react-native:+' // From node_modules
50-
api 'io.branch.sdk.android:library:5.7.0'
50+
api 'io.branch.sdk.android:library:5.7.1'
5151
}

branch-sdk-automation-testbed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/react-native-push-notification": "^8.1.1",
2121
"react": "18.0.0",
2222
"react-native": "0.69.1",
23-
"react-native-branch": "^5.5.0",
23+
"react-native-branch": "5.9.2-alpha.0",
2424
"react-native-dropdown-picker": "^5.4.2",
2525
"react-native-json-tree": "^1.3.0",
2626
"react-native-keyboard-aware-scroll-view": "^0.9.5",

branchreactnativetestbed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "18.2.0",
1414
"react-native": "0.71.4",
15-
"react-native-branch": "^5.9.1"
15+
"react-native-branch": "5.9.2-alpha.0"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.20.0",

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.9.1",
3+
"version": "5.9.2",
44
"description": "Branch Metrics React Native SDK",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)