Skip to content

Commit c0cc20e

Browse files
Update setup-android.md (#1968)
Update step 2 in setup-android.md.
1 parent cfaba00 commit c0cc20e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/setup-android.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ In order to integrate CodePush into your Android project, please perform the fol
1919

2020
### Plugin Installation and Configuration for React Native 0.60 version and above (Android)
2121

22-
1. In your `android/settings.gradle` file, make the following additions:
22+
1. In your `android/settings.gradle` file, make the following additions at the end of the file:
2323

2424
```gradle
25+
...
2526
include ':app', ':react-native-code-push'
2627
project(':react-native-code-push').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-code-push/android/app')
2728
```

0 commit comments

Comments
 (0)