From 11a0a9e2883bcc22cf6250c0f6032f05941b9dea Mon Sep 17 00:00:00 2001 From: Geoffrey Goh Date: Fri, 1 Jul 2016 10:50:58 -0700 Subject: [PATCH] Update build.gradle --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 799bd48..9850206 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -22,5 +22,5 @@ android { dependencies { compile fileTree(dir: "libs", include: ["*.jar"]) compile "com.android.support:appcompat-v7:23.0.1" - compile "com.facebook.react:react-native:+" -} \ No newline at end of file + compile "com.facebook.react:react-native:0.19.+" +}