Skip to content
This repository was archived by the owner on Feb 7, 2019. It is now read-only.

Commit fdd536a

Browse files
authored
Update README.md
1 parent ca94e02 commit fdd536a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,12 @@ From version **0.1.0** the `nativescript-push-notifications` module for Android
324324

325325
1. Add the FCM SDK
326326

327+
> Since version 0.1.1 thе `google-services` plugin is added via a hook. You can skip this step for versions 0.1.1 and above.
328+
329+
327330
- Navigate to the project `platforms/android/` folder and locate the application-level `build.gradle` file
328331
- Add the `google-services` plugin to the list of other dependencies in your app's `build.gradle` file
332+
329333

330334
```Groovy
331335
dependencies {
@@ -347,7 +351,6 @@ From version **0.1.0** the `nativescript-push-notifications` module for Android
347351

348352
Place the file in your app's `App_Resources/Android` folder
349353

350-
351354
1. Obtain the FCM Server Key
352355

353356
This key is required to be able to send programmatically push notifications to your app. You can obtain this key from your Firebase project.

0 commit comments

Comments
 (0)