From f996cc8179628a182f4c68b1092c3e89eee0ca15 Mon Sep 17 00:00:00 2001 From: Salma ElTarzi Date: Mon, 18 Sep 2017 15:50:34 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20Native=20Android?= =?UTF-8?q?=20SDK=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 170bd3f..2c11f98 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -21,7 +21,6 @@ android { dependencies { compile 'com.facebook.react:react-native:0.20.+' - compile 'com.instabug.library:instabug:4.2.10' + compile 'com.instabug.library:instabug:4.2.11' } -