Skip to content

Commit 9770b6f

Browse files
authored
Merge pull request #1749 from bugsnag/release/v7.16.6
Release/v7.16.6
2 parents 8f5b22b + 77f026b commit 9770b6f

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v7.16.6 (2022-05-25)
4+
5+
### Changed
6+
7+
- (react-native) Update bugsnag-android to v5.22.4
8+
- Reverted [bugsnag-android#1680](https://github.com/bugsnag/bugsnag-android/pull/1680) to avoid deadlocks during startup
9+
[bugsnag-android#1696](https://github.com/bugsnag/bugsnag-android/pull/1696)
10+
- Improved `app.inForeground` reporting for NDK errors
11+
[bugsnag-android#1690](https://github.com/bugsnag/bugsnag-android/pull/1690)
12+
313
## v7.16.5 (2022-05-18)
414

515
### Changed

packages/react-native/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ android {
3939
}
4040

4141
dependencies {
42-
api "com.bugsnag:bugsnag-android:5.22.3"
43-
api "com.bugsnag:bugsnag-plugin-react-native:5.22.3"
42+
api "com.bugsnag:bugsnag-android:5.22.4"
43+
api "com.bugsnag:bugsnag-plugin-react-native:5.22.4"
4444
implementation 'com.facebook.react:react-native:+'
4545

4646
testImplementation "junit:junit:4.12"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version
2-
5.22.3
2+
5.22.4

0 commit comments

Comments
 (0)