From 75f793504fa7bcba3514c88a09fe705dadfb2c1a Mon Sep 17 00:00:00 2001 From: Ali Abdelfattah Date: Thu, 1 Oct 2020 22:26:23 +0200 Subject: [PATCH 1/3] Bump native Android version --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index f62f3d5161..f1cdfefaa0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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' From e89f9e21bed713be8d97c242fd05676d775bd5f8 Mon Sep 17 00:00:00 2001 From: Ali Abdelfattah Date: Thu, 1 Oct 2020 22:27:37 +0200 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87da7473b1..bc72b0fa55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 From 982145c76d0ea92087cd4bd10b1845e51f3b2c9f Mon Sep 17 00:00:00 2001 From: Ali Abdelfattah Date: Thu, 1 Oct 2020 22:27:56 +0200 Subject: [PATCH 3/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cbaba84e77..55cd469943 100644 --- a/package.json +++ b/package.json @@ -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",