Skip to content

Commit

Permalink
Fixed copy/paste error on android install doc
Browse files Browse the repository at this point in the history
  • Loading branch information
skrafft authored Aug 31, 2018
1 parent 98fdad0 commit cb920b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@ contains `<string>voip</string>`
<activity android:name="com.reactnativejitsimeet.JitsiMeetNavigatorActivity" />
```

3.) In `android/settings.gradle`, include WebRTCModule
3.) In `android/settings.gradle`, include react-native-jitsi-meet module
```gradle
include ':WebRTCModule', ':app'
project(':WebRTCModule').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-jitsi-meet/android')
include ':react-native-jitsi-meet'
project(':react-native-jitsi-meet').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-jitsi-meet/android')
```

4.) In `android/app/build.gradle`, add WebRTCModule to dependencies
4.) In `android/app/build.gradle`, add react-native-jitsi-meet to dependencies
```gradle
dependencies {
...
Expand Down

0 comments on commit cb920b6

Please sign in to comment.