Skip to content

Commit

Permalink
dep: bump bugsnag-android to v5.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lemnik committed Oct 16, 2023
1 parent 775699d commit c4e3b48
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

### Changes

- (react-native) Update bugsnag-android from v5.28.4 to [v5.31.2](https://github.com/bugsnag/bugsnag-android/blob/master/CHANGELOG.md#5312-2023-10-11)

### Fixed

- (electron) Fix startup crash when using Electron v26+ on Linux [#2022](https://github.com/bugsnag/bugsnag-js/pull/2022)
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.28.4"
api "com.bugsnag:bugsnag-plugin-react-native:5.28.4"
api "com.bugsnag:bugsnag-android:5.31.2"
api "com.bugsnag:bugsnag-plugin-react-native:5.31.2"
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.28.4
5.31.2

0 comments on commit c4e3b48

Please sign in to comment.