Skip to content

Commit

Permalink
Release version 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hokstuff committed Aug 11, 2023
1 parent 21aa251 commit 209dc58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 6.0.2

##### Fixed
- Updates the native Android bridge [from Braze Android SDK 26.3.1 to 26.3.2](https://github.com/braze-inc/braze-android-sdk/blob/master/CHANGELOG.md#2632).

## 6.0.1

##### Fixed
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ android {
}

dependencies {
api 'com.braze:android-sdk-ui:26.3.1'
api 'com.braze:android-sdk-ui:26.3.2'
api 'com.facebook.react:react-native:+'
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@braze/react-native-sdk",
"version": "6.0.1",
"version": "6.0.2",
"description": "Braze SDK for React Native.",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 209dc58

Please sign in to comment.