From f903625df17889021b648dc1251def0426e4dd50 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Thu, 14 Jan 2016 16:53:56 +0800 Subject: [PATCH] Update React Native dependency version --- docs/EmbeddedAppAndroid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/EmbeddedAppAndroid.md b/docs/EmbeddedAppAndroid.md index 27a0bfddb..376cf1ecc 100644 --- a/docs/EmbeddedAppAndroid.md +++ b/docs/EmbeddedAppAndroid.md @@ -18,7 +18,7 @@ Since React makes no assumptions about the rest of your technology stack, it's e In your app's `build.gradle` file add the React Native dependency: - compile 'com.facebook.react:react-native:0.13.0' + compile 'com.facebook.react:react-native:0.17.+' You can find the latest version of the react-native library on [Maven Central](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.facebook.react%22%20AND%20a%3A%22react-native%22). Next, make sure you have the Internet permission in your `AndroidManifest.xml`: