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 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' 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",