Skip to content

Commit 9932e77

Browse files
committed
Update embedded-app-android.md
1 parent 41ac125 commit 9932e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/0.21/embedded-app-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
在你的App里的`build.gradle`文件中,添加React Native依赖:
1111

12-
compile 'com.facebook.react:react-native:0.17.+'
12+
compile 'com.facebook.react:react-native:0.20.+'
1313

1414
你可以在[Maven中央库](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.facebook.react%22%20AND%20a%3A%22react-native%22) [国内镜像](http://maven.oschina.net/index.html#nexus-search;quick~React native) 查询到React Native库的最新版本。然后,在你的`AndroidManifest.xml`里增加Internet访问权限:
1515

0 commit comments

Comments
 (0)