From d2126d066714d1a2e8e94125c32ceeb22b14919c Mon Sep 17 00:00:00 2001 From: Salma ElTarzi Date: Tue, 13 Feb 2018 17:42:20 +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 94ab19b..08f8017 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.9.1' + compile 'com.instabug.library:instabug:4.10.0' }