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

Commit

Permalink
v2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench authored Aug 27, 2019
2 parents 00543a4 + e8ca37f commit 1f0b603
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

## 2.23.0 (2019-08-27)

* (Android) Upgrade to bugsnag-android v4.19.0
* Report internal SDK errors to bugsnag
[#570](https://github.com/bugsnag/bugsnag-android/pull/570)

## 2.22.6 (2019-08-19)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Bugsnag error monitoring & exception reporter for React Native
[![Documentation](https://img.shields.io/badge/documentation-2.22.6-blue.svg)](http://docs.bugsnag.com/platforms/react-native/)
[![Documentation](https://img.shields.io/badge/documentation-2.23.0-blue.svg)](http://docs.bugsnag.com/platforms/react-native/)

Automatic [React Native crash reporting](https://www.bugsnag.com/platforms/react-native-error-reporting/) with Bugsnag helps you detect both native OS and JavaScript errors in your React Native apps.

Expand Down
5 changes: 3 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,20 @@ android {
minSdkVersion safeExtGet('minSdkVersion', 16)
targetSdkVersion safeExtGet('targetSdkVersion', 28)
versionCode 4
versionName '2.22.6'
versionName '2.23.0'
consumerProguardFiles 'proguard-rules.pro'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {
abortOnError true
warningsAsErrors true
baseline file("lint-baseline.xml")
disable "GradleDependency", "NewerVersionAvailable"
}
}

dependencies {
api 'com.bugsnag:bugsnag-android:4.18.0'
api 'com.bugsnag:bugsnag-android:4.19.0'
implementation 'com.facebook.react:react-native:+'

androidTestImplementation 'junit:junit:4.12'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://www.bugsnag.com/platforms/react-native-error-reporting/",
"repository": "https://github.com/bugsnag/bugsnag-react-native.git",
"bugs": "https://github.com/bugsnag/bugsnag-react-native/issues",
"version": "2.22.6",
"version": "2.23.0",
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 1f0b603

Please sign in to comment.