diff --git a/CHANGELOG.md b/CHANGELOG.md index 7206e58087..934603a4c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/packages/react-native/android/build.gradle b/packages/react-native/android/build.gradle index 1abc83e067..fac8268951 100644 --- a/packages/react-native/android/build.gradle +++ b/packages/react-native/android/build.gradle @@ -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" diff --git a/packages/react-native/prepare-android-vendor.config b/packages/react-native/prepare-android-vendor.config index ef078aa15b..254d4171a8 100644 --- a/packages/react-native/prepare-android-vendor.config +++ b/packages/react-native/prepare-android-vendor.config @@ -1,2 +1,2 @@ version -5.22.3 +5.22.4