Skip to content

Commit

Permalink
Fixes compile project instructions for android
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweinmann committed Mar 2, 2016
1 parent fe0f56e commit b29b9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ apply from: project(':react-native-config').projectDir.getPath() + "/dotenv.grad
// down below, add new compile:
dependencies {
...
compile project(':react-native-android-config')
compile project(':react-native-config')
}
```

Expand Down

0 comments on commit b29b9e4

Please sign in to comment.