From 90bcaf7786f303b1da8404410d65547d672dc47d Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Fri, 14 Apr 2017 21:37:07 +0700 Subject: [PATCH] Fixed react-native dependency to work with any version from the parent project --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 9ff835f..712efb8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -34,6 +34,6 @@ repositories { } dependencies { - compile 'com.facebook.react:react-native:0.43.+' + compile 'com.facebook.react:react-native:[0.32,)' compile 'com.fivehundredpx:blurringview:1.0.0' }