We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f9ca9 commit c3e5ffeCopy full SHA for c3e5ffe
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v8.5.2 (2019-08-04)
2
+
3
+* Fixes an issue that would cause Android to throw ArrayIndexOutOfBoundsException.
4
5
## v8.5.1 (2019-07-22)
6
7
* Fixes an issue that would cause Instabug.framework to appear twice when using CocoaPods.
android/build.gradle
@@ -27,7 +27,7 @@ android {
27
28
dependencies {
29
implementation 'com.facebook.react:react-native:+'
30
- api('com.instabug.library:instabug:8.5.0.1') {
+ api('com.instabug.library:instabug:8.5.0.11') {
31
exclude group: 'com.android.support:appcompat-v7'
32
}
33
testImplementation 'org.mockito:mockito-core:1.10.19'
0 commit comments