From 07a60470c09da65e651b6b122c7c7cc67abc1b02 Mon Sep 17 00:00:00 2001 From: npomfret Date: Fri, 27 Jan 2017 12:13:34 +0000 Subject: [PATCH] removed the explicit (and old) version of the RN dependency in favour of +. This change means that multiple version of the RN libraries will no longer appear in 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 1f9f4e0..6eac771 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -30,5 +30,5 @@ repositories { } dependencies { - compile 'com.facebook.react:react-native:0.12.+' + compile 'com.facebook.react:react-native:+' } \ No newline at end of file