Skip to content

Commit

Permalink
Merge pull request #1421 from bugsnag/android-594
Browse files Browse the repository at this point in the history
Bump bugsnag-android dependency to v5.9.4
  • Loading branch information
bengourley authored Jun 7, 2021
2 parents b083f6d + dbddad2 commit 9515d6d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@
- Improve performance of `notify()`. [bugsnag-cocoa#1102](https://github.com/bugsnag/bugsnag-cocoa/pull/1102) [bugsnag-cocoa#1104](https://github.com/bugsnag/bugsnag-cocoa/pull/1104) [bugsnag-cocoa#1105](https://github.com/bugsnag/bugsnag-cocoa/pull/1105)
- Fix a crash in `-[BugsnagApp deserializeFromJson:]` if main Mach-O image could not be identified, and improve reliability of identification. [bugsnag-cocoa#1097](https://github.com/bugsnag/bugsnag-cocoa/issues/1097) [bugsnag-cocoa#1101](https://github.com/bugsnag/bugsnag-cocoa/pull/1101)
- Remove need for `-ObjC` linker flag if linking Bugsnag as a static library. [bugsnag-cocoa#1098](https://github.com/bugsnag/bugsnag-cocoa/pull/1098)
- (react-native): Update bugsnag-android to v5.9.4
- Unity: add methods for setting autoNotify and autoDetectAnrs
[bugsnag-android#1233](https://github.com/bugsnag/bugsnag-android/pull/1233)
- Including bugsnag.h in C++ code will no longer cause writable-strings warnings
[bugsnag-android#1260](https://github.com/bugsnag/bugsnag-android/pull/1260)
- Small performance improvements to device and app state collection
[bugsnag-android#1258](https://github.com/bugsnag/bugsnag-android/pull/1258)
- NDK: lowMemory attribute is now reported as expected
[bugsnag-android#1262](https://github.com/bugsnag/bugsnag-android/pull/1262)
- Don't include loglog.so in ndk plugin builds performed on Linux
[bugsnag-android#1263](https://github.com/bugsnag/bugsnag-android/pull/1263)

## 7.10.1 (2021-05-25)

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.3"
api "com.bugsnag:bugsnag-plugin-react-native:5.9.3"
api "com.bugsnag:bugsnag-android:5.9.4"
api "com.bugsnag:bugsnag-plugin-react-native:5.9.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.9.3
5.9.4

0 comments on commit 9515d6d

Please sign in to comment.