From fed094589a54c1512c86fa93348640e93ebc9efa Mon Sep 17 00:00:00 2001 From: Salma ElTarzi Date: Tue, 26 Dec 2017 14:46:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20native=20Android?= =?UTF-8?q?=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 b91d5fb..b6e7a8b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -21,6 +21,6 @@ android { dependencies { compile 'com.facebook.react:react-native:0.20.+' - compile 'com.instabug.library:instabug:4.6.0' + compile 'com.instabug.library:instabug:4.6.1' }