Skip to content

Commit

Permalink
Merge pull request #352 from Instabug/fix/android-prompt-option
Browse files Browse the repository at this point in the history
Release/8.5.0.11
  • Loading branch information
AliAbdelfattah authored Aug 5, 2019
2 parents 728a2e1 + e3ac08c commit 9e08371
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,3 +1,7 @@
## v8.5.2 (2019-08-04)

* Fixes an issue that would cause Android to throw ArrayIndexOutOfBoundsException.

## v8.5.1 (2019-07-22)

* Fixes an issue that would cause Instabug.framework to appear twice when using CocoaPods.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {

dependencies {
implementation 'com.facebook.react:react-native:+'
api('com.instabug.library:instabug:8.5.0.1') {
api('com.instabug.library:instabug:8.5.0.11') {
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": "8.5.1",
"version": "8.5.2",
"description": "React Native plugin for integrating the Instabug SDK",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 9e08371

Please sign in to comment.