Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing step for android manual installation #1363

Merged
merged 2 commits into from
Apr 12, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Android gradle lib installation
  • Loading branch information
paddy57 committed Apr 12, 2020
commit 8067424568a601f1f84807446fc4637a1284dc5e
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ The component uses PushNotificationIOS for the iOS part.

In your `android/build.gradle`

```gradle
compile ('com.google.android.gms:play-services-gcm:8.1.0') {
force = true;
}
```
In your `android/build.gradle`

```gradle
ext {
googlePlayServicesVersion = "<Your play services version>" // default: "+"
Expand Down