Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
build: Upgrade bugsnag-android dep to v4.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Sep 26, 2019
1 parent d1a2daa commit 1217140
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Changelog

### Bug fixes

* (Android) Upgrade bugsnag-android to v4.20.0
* Buffer IO when reading from cached error files, improving SDK performance
[bugsnag-android#573](https://github.com/bugsnag/bugsnag-android/pull/573)
* Fix `freeDisk` calculation to show free space rather than total space
[bugsnag-android#589](https://github.com/bugsnag/bugsnag-android/pull/589)
* Fix duplicate reports possibly being sent when many launch crashes are
delivered in low connectivity situations
[bugsnag-android#593](https://github.com/bugsnag/bugsnag-android/pull/593)

* (iOS) Upgrade bugsnag-cocoa to v5.22.6
* Ensure UIKit APIs are not called from background threads when
initializing only in the JavaScript layer when using `[email protected]+`
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
}

dependencies {
api 'com.bugsnag:bugsnag-android:4.19.1'
api 'com.bugsnag:bugsnag-android:4.20.0'
implementation 'com.facebook.react:react-native:+'

androidTestImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit 1217140

Please sign in to comment.