Skip to content

Commit c3e5ffe

Browse files
⬆️ Update native Android SDK to version 8.5.0.11
1 parent 75f9ca9 commit c3e5ffe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v8.5.2 (2019-08-04)
2+
3+
* Fixes an issue that would cause Android to throw ArrayIndexOutOfBoundsException.
4+
15
## v8.5.1 (2019-07-22)
26

37
* Fixes an issue that would cause Instabug.framework to appear twice when using CocoaPods.

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727

2828
dependencies {
2929
implementation 'com.facebook.react:react-native:+'
30-
api('com.instabug.library:instabug:8.5.0.1') {
30+
api('com.instabug.library:instabug:8.5.0.11') {
3131
exclude group: 'com.android.support:appcompat-v7'
3232
}
3333
testImplementation 'org.mockito:mockito-core:1.10.19'

0 commit comments

Comments
 (0)