Skip to content

Commit

Permalink
deps(react-native): bump bugsnag-android to v5.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Jan 24, 2024
1 parent 8a70db4 commit ade75bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## TBD

### Changed

- (react-native) Update bugsnag-android from v5.31.3 to [v5.32.1](https://github.com/bugsnag/bugsnag-android/blob/v5.32.1/CHANGELOG.md#5321-2024-01-23)

### Fixed

- (plugin-vue) Handle updated Vue error info URL [#2068](https://github.com/bugsnag/bugsnag-js/pull/2068)
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ android {
}

dependencies {
api "com.bugsnag:bugsnag-android:5.31.3"
api "com.bugsnag:bugsnag-plugin-react-native:5.31.3"
api "com.bugsnag:bugsnag-android:5.32.1"
api "com.bugsnag:bugsnag-plugin-react-native:5.32.1"
implementation 'com.facebook.react:react-native:+'

testImplementation "junit:junit:4.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/prepare-android-vendor.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version
5.31.3
5.32.1

0 comments on commit ade75bb

Please sign in to comment.