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

Commit e417637

Browse files
committed
chor: update documentation
1 parent 26edc31 commit e417637

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ demo/report/report.html
3333
demo/report/stats.json
3434
demo-angular/report/report.html
3535
demo-angular/report/stats.json
36-
src/push-plugin.android.d.ts
37-
src/push-plugin.ios.d.ts
36+
src/push-plugin.android.d.ts
37+
src/push-plugin.ios.d.ts

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ In the Command prompt / Terminal navigate to your application root folder and ru
6262

6363
- Add the `google-settings.json` file with the FCM configuration to the `app/App_Resources/Android folder` in your app. If this file is not added, building the app for android will fail.
6464

65-
The plugin will default to version 11.8.0 of the `firebase-messaging` SDK. If you need to change the version, you can add a project ext property `firebaseMessagingVersion`:
65+
The plugin will default to version 12.0.1 of the `firebase-messaging` SDK. If you need to change the version, you can add a project ext property `firebaseMessagingVersion`:
6666

6767
```Groovy
6868
// in the root level of /app/App_Resources/Android/app.gradle:

0 commit comments

Comments
 (0)