From 929d923ca85c65e700e28bcef7297ac5c51b51f7 Mon Sep 17 00:00:00 2001 From: Salma ElTarzi Date: Mon, 25 Dec 2017 16:34:05 +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 9bc5b2c..b91d5fb 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.5.0' + compile 'com.instabug.library:instabug:4.6.0' }