Browse Source

Update docs: Modify compileSdkVersion, buildToolsVersion (#1056)

- compileSdkVersion 25
- buildToolsVersion "25.0.1"
Nguyễn Anh Tuấn 7 years ago
parent
commit
a64d41e161
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      docs/installation-android.md

+ 7
- 1
docs/installation-android.md View File

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