Skip to content

Commit

Permalink
Revert "Updated gradle configuration for gradle 3.0.0+ (react-native-…
Browse files Browse the repository at this point in the history
…maps#2096)"

This reverts commit 8cb158e.
  • Loading branch information
Kammeh committed Apr 12, 2018
1 parent 9d98358 commit a72966e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ The steps are as described in https://facebook.github.io/react-native/docs/runni
...
dependencies {
...
implementation project(':react-native-maps')
compile project(':react-native-maps')
}
```

Expand Down Expand Up @@ -146,12 +146,12 @@ If you've defined *[project-wide properties](https://developer.android.com/studi
...
dependencies {
...
implementation(project(':react-native-maps')){
compile(project(':react-native-maps')){
exclude group: 'com.google.android.gms', module: 'play-services-base'
exclude group: 'com.google.android.gms', module: 'play-services-maps'
}
implementation 'com.google.android.gms:play-services-base:10.0.1'
implementation 'com.google.android.gms:play-services-maps:10.0.1'
compile 'com.google.android.gms:play-services-base:10.0.1'
compile 'com.google.android.gms:play-services-maps:10.0.1'
}
```

Expand Down

0 comments on commit a72966e

Please sign in to comment.