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

Commit 1217140

Browse files
committed
build: Upgrade bugsnag-android dep to v4.20.0
1 parent d1a2daa commit 1217140

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ Changelog
55

66
### Bug fixes
77

8+
* (Android) Upgrade bugsnag-android to v4.20.0
9+
* Buffer IO when reading from cached error files, improving SDK performance
10+
[bugsnag-android#573](https://github.com/bugsnag/bugsnag-android/pull/573)
11+
* Fix `freeDisk` calculation to show free space rather than total space
12+
[bugsnag-android#589](https://github.com/bugsnag/bugsnag-android/pull/589)
13+
* Fix duplicate reports possibly being sent when many launch crashes are
14+
delivered in low connectivity situations
15+
[bugsnag-android#593](https://github.com/bugsnag/bugsnag-android/pull/593)
16+
817
* (iOS) Upgrade bugsnag-cocoa to v5.22.6
918
* Ensure UIKit APIs are not called from background threads when
1019
initializing only in the JavaScript layer when using `react-native@0.60+`

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
}
3737

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

4242
androidTestImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)