From 1e6b2235e309ae32acbe9620c0cbca5c9967006d Mon Sep 17 00:00:00 2001 From: Salma ElTarzi Date: Mon, 18 Dec 2017 17:01:15 +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 bd8d3d9..9bc5b2c 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.3.3' + compile 'com.instabug.library:instabug:4.5.0' }