Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10bb93b

Browse files
author
Ali Abdelfattah
authored
Release/v9.1.9 (Instabug#525)
* Bump native Android version * Update CHANGELOG.md * Update package.json
1 parent 5fe20c2 commit 10bb93b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
## v9.1.9 (2020-10-01)
3+
4+
* Bumps Instabug native Android SDK to v9.1.8
5+
26
## v9.1.8 (2020-09-16)
37

48
* Adds support for react-navigation v5

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
dependencies {
3030
implementation 'com.android.support:multidex:1.0.3'
3131
implementation 'com.facebook.react:react-native:+'
32-
api('com.instabug.library:instabug:9.1.7.0') {
32+
api('com.instabug.library:instabug:9.1.8.1') {
3333
exclude group: 'com.android.support:appcompat-v7'
3434
}
3535
testImplementation 'org.mockito:mockito-core:1.10.19'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instabug-reactnative",
3-
"version": "9.1.8",
3+
"version": "9.1.9",
44
"description": "React Native plugin for integrating the Instabug SDK",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)