From 55e5dd8b1b7e80f034e35eb729bcbae373e36ee5 Mon Sep 17 00:00:00 2001 From: Salma ElTarzi Date: Tue, 27 Feb 2018 16:36:40 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20native=20Android?= =?UTF-8?q?=20SDK=20dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index ddc45a4..55cbd19 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -21,7 +21,7 @@ android { dependencies { compile 'com.facebook.react:react-native:0.20.+' - compile ('com.instabug.library:instabug:4.10.2'){ + compile ('com.instabug.library:instabug:4.11.1'){ exclude group: 'com.android.support' }