瀏覽代碼

Update docs: Modify compileSdkVersion, buildToolsVersion (#1056)

- compileSdkVersion 25
- buildToolsVersion "25.0.1"
Nguyễn Anh Tuấn 7 年之前
父節點
當前提交
a64d41e161
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7
    1
      docs/installation-android.md

+ 7
- 1
docs/installation-android.md 查看文件

@@ -16,6 +16,12 @@ The following instructions are for the `next` version `2.0.0-experimental.x`, wh
16 16
 	
17 17
 2. Update project dependencies in `build.gradle` under `app` folder.
18 18
 	```groovy
19
+	android {
20
+	    compileSdkVersion 25
21
+	    buildToolsVersion "25.0.1"
22
+	    ...
23
+	}
24
+
19 25
 	dependencies {
20 26
 	    compile fileTree(dir: "libs", include: ["*.jar"])
21 27
 	    compile "com.android.support:appcompat-v7:23.0.1"
@@ -63,4 +69,4 @@ The following instructions are for the `next` version `2.0.0-experimental.x`, wh
63 69
 	    }
64 70
 	}
65 71
 	```
66
-6. Run `react-native start`
72
+6. Run `react-native start`