File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v8.5.2 (2019-08-04)
2
+
3
+ * Fixes an issue that would cause Android to throw ArrayIndexOutOfBoundsException.
4
+
1
5
## v8.5.1 (2019-07-22)
2
6
3
7
* Fixes an issue that would cause Instabug.framework to appear twice when using CocoaPods.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ android {
27
27
28
28
dependencies {
29
29
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 ' ) {
31
31
exclude group : ' com.android.support:appcompat-v7'
32
32
}
33
33
testImplementation ' org.mockito:mockito-core:1.10.19'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " instabug-reactnative" ,
3
- "version" : " 8.5.1 " ,
3
+ "version" : " 8.5.2 " ,
4
4
"description" : " React Native plugin for integrating the Instabug SDK" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments