From ed09935d741d8c7eaa6316a20b0a8554264a8ed8 Mon Sep 17 00:00:00 2001 From: Mike Grabowski Date: Sat, 14 May 2016 22:57:05 +0200 Subject: [PATCH] Use react from node_modules --- android/build.gradle | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 3724888..9afd60b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -4,7 +4,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:1.1.3' + classpath 'com.android.tools.build:gradle:1.5.0' } } @@ -25,10 +25,6 @@ android { } } -repositories { - mavenCentral() -} - dependencies { - compile 'com.facebook.react:react-native:0.12.+' + compile 'com.facebook.react:react-native:+' }