Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro committed Jul 30, 2016
1 parent fca6f0a commit 957fbb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Snackbar.dismiss();
1. Include this module in `android/settings.gradle`:

```
include ':react-native-android-snackbar', ':app'
include ':react-native-android-snackbar'
project(':react-native-android-snackbar').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-android-snackbar/android')
include ':app'
```

2. Add a dependency to your app build in `android/app/build.gradle`:
Expand Down

0 comments on commit 957fbb4

Please sign in to comment.