Skip to content

Commit

Permalink
Release/v9.1.9 (#525)
Browse files Browse the repository at this point in the history
* Bump native Android version

* Update CHANGELOG.md

* Update package.json
  • Loading branch information
Ali Abdelfattah authored Oct 1, 2020
1 parent 5fe20c2 commit 10bb93b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

## v9.1.9 (2020-10-01)

* Bumps Instabug native Android SDK to v9.1.8

## v9.1.8 (2020-09-16)

* Adds support for react-navigation v5
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
dependencies {
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.facebook.react:react-native:+'
api('com.instabug.library:instabug:9.1.7.0') {
api('com.instabug.library:instabug:9.1.8.1') {
exclude group: 'com.android.support:appcompat-v7'
}
testImplementation 'org.mockito:mockito-core:1.10.19'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "instabug-reactnative",
"version": "9.1.8",
"version": "9.1.9",
"description": "React Native plugin for integrating the Instabug SDK",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 10bb93b

Please sign in to comment.