From 66adcadce74382786a9308463a2d015d21527219 Mon Sep 17 00:00:00 2001 From: Alexander Pantyuhov Date: Thu, 9 Mar 2017 16:59:15 +0300 Subject: [PATCH] Making it work with all future React Native versions --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 8edcb67c..a7208152 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -30,5 +30,5 @@ repositories { } dependencies { - compile 'com.facebook.react:react-native:0.38.+' + compile 'com.facebook.react:react-native:+' }