From c3e5ffed62c4c75f77dd880c58e17e984bd692c6 Mon Sep 17 00:00:00 2001 From: Ali Abdelfattah Date: Sun, 4 Aug 2019 19:46:24 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20native=20Android?= =?UTF-8?q?=20SDK=20to=20version=208.5.0.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ android/build.gradle | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bece6da1..b157eab32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/android/build.gradle b/android/build.gradle index 35e3a3306..8e80c1973 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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'