Skip to content

Commit

Permalink
Update setup-android.md (microsoft#1968)
Browse files Browse the repository at this point in the history
Update step 2 in setup-android.md.
  • Loading branch information
ruslan-bikkinin authored and Sourabh Debnath committed May 2, 2022
1 parent 361b70a commit 6005a64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/setup-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ In order to integrate CodePush into your Android project, please perform the fol

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

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

```gradle
...
include ':app', ':react-native-code-push'
project(':react-native-code-push').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-code-push/android/app')
```
Expand Down

0 comments on commit 6005a64

Please sign in to comment.