Skip to content

Commit

Permalink
Merge pull request #1749 from bugsnag/release/v7.16.6
Browse files Browse the repository at this point in the history
Release/v7.16.6
  • Loading branch information
gingerbenw committed May 25, 2022
2 parents 8f5b22b + 77f026b commit 9770b6f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v7.16.6 (2022-05-25)

### Changed

- (react-native) Update bugsnag-android to v5.22.4
- Reverted [bugsnag-android#1680](https://github.com/bugsnag/bugsnag-android/pull/1680) to avoid deadlocks during startup
[bugsnag-android#1696](https://github.com/bugsnag/bugsnag-android/pull/1696)
- Improved `app.inForeground` reporting for NDK errors
[bugsnag-android#1690](https://github.com/bugsnag/bugsnag-android/pull/1690)

## v7.16.5 (2022-05-18)

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

dependencies {
api "com.bugsnag:bugsnag-android:5.22.3"
api "com.bugsnag:bugsnag-plugin-react-native:5.22.3"
api "com.bugsnag:bugsnag-android:5.22.4"
api "com.bugsnag:bugsnag-plugin-react-native:5.22.4"
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.22.3
5.22.4

0 comments on commit 9770b6f

Please sign in to comment.