Skip to content

Commit

Permalink
dep: bump bugsnag-android to v5.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Apr 22, 2021
1 parent 30a76ae commit 76e5e1f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## TBD

### Changed

- (react-native): Update bugsnag-android to v5.9.1
- Add projectPackages field to error payloads [bugsnag-android#1226](https://github.com/bugsnag/bugsnag-android/pull/1226)
- Fix deserialization bug in persisted NDK errors [bugsnag-android#1220](https://github.com/bugsnag/bugsnag-android/pull/1220)

## v7.9.4 (2021-04-19)

### Changed
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 @@ -40,8 +40,8 @@ android {
}

dependencies {
api "com.bugsnag:bugsnag-android:5.9.0"
api "com.bugsnag:bugsnag-plugin-react-native:5.9.0"
api "com.bugsnag:bugsnag-android:5.9.1"
api "com.bugsnag:bugsnag-plugin-react-native:5.9.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.9.0
5.9.1

0 comments on commit 76e5e1f

Please sign in to comment.