File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
13
## v7.16.5 (2022-05-18)
4
14
5
15
### Changed
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ android {
39
39
}
40
40
41
41
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 "
44
44
implementation ' com.facebook.react:react-native:+'
45
45
46
46
testImplementation " junit:junit:4.12"
Original file line number Diff line number Diff line change 1
1
version
2
- 5.22.3
2
+ 5.22.4
You can’t perform that action at this time.
0 commit comments