Skip to content

Commit

Permalink
Added a default playServicesVersion and showed how to find latest ver…
Browse files Browse the repository at this point in the history
…sion in installation docs (react-native-maps#3316)
  • Loading branch information
rborn authored Mar 5, 2020
1 parent 09bb6be commit a7b8517
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ ext {
buildToolsVersion = "xxx"
minSdkVersion = xxx
supportLibVersion = "xxx"
playServicesVersion = "xxx" // or set latest version
playServicesVersion = "17.0.0" // or find latest version
androidMapsUtilsVersion = "xxx"
}
```
Expand All @@ -238,12 +238,13 @@ buildscript {
compileSdkVersion = xxx
targetSdkVersion = xxx
supportLibVersion = "xxx"
playServicesVersion = "xxx" // or set latest version
playServicesVersion = "17.0.0" // or find latest version
androidMapsUtilsVersion = "xxx"
}
}
...
```
You can find the latest `playServicesVersion` by checking [https://developers.google.com/android/guides/releases](https://developers.google.com/android/guides/releases) and searching for `gms:play-services-maps:`

3.2 (React Native all versions) If you do **not** have *project-wide properties* defined and have a
different play-services version than the one included in this library,
Expand Down

0 comments on commit a7b8517

Please sign in to comment.