Skip to content

Commit

Permalink
Update install.md (rnmapbox#1563)
Browse files Browse the repository at this point in the history
'compile' is obsolete and has been replaced with 'implementation'
  • Loading branch information
Victor Nizeyimana authored and kristfal committed Mar 29, 2019
1 parent bfce960 commit 3a84794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add project under `dependencies`

```
dependencies {
compile project(':mapbox-react-native-mapbox-gl')
implementation project(':mapbox-react-native-mapbox-gl')
}
```

Expand Down

0 comments on commit 3a84794

Please sign in to comment.