Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
revakovsky committed Jun 26, 2023
2 parents c01b510 + 9392f5a commit 3a295a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FCM Notification

Current version - **1.0.1**
Current version - **1.1.0**

---

Expand Down Expand Up @@ -49,7 +49,7 @@ dependencies {
implementation 'com.google.firebase:firebase-messaging-ktx:23.1.2'
// needed to connect the current library
implementation 'com.github.revakovsky:fcm_notification:1.0.1'
implementation 'com.github.revakovsky:fcm_notification:version'
}
```

Expand Down Expand Up @@ -143,4 +143,4 @@ the server's side*
---

To successfully display sent notifications on devices running on the operation system Android 33+,
you need to add a code block to allow sending notifications on these devices
you need to add a code block to allow sending notifications on these devices

0 comments on commit 3a295a6

Please sign in to comment.