diff --git a/ChangeLog.md b/ChangeLog.md index 260069207..349ec22fa 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/android/build.gradle b/android/build.gradle index 506e9710e..2b38e65a5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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' } diff --git a/branch-sdk-automation-testbed/package.json b/branch-sdk-automation-testbed/package.json index bfcf44092..da5046a67 100644 --- a/branch-sdk-automation-testbed/package.json +++ b/branch-sdk-automation-testbed/package.json @@ -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", diff --git a/branchreactnativetestbed/package.json b/branchreactnativetestbed/package.json index 9fd5cca5e..2549c5e9a 100644 --- a/branchreactnativetestbed/package.json +++ b/branchreactnativetestbed/package.json @@ -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", diff --git a/package.json b/package.json index 7823a86c9..dc9d0f202 100644 --- a/package.json +++ b/package.json @@ -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",