Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
a914-gowtham authored Sep 11, 2020
1 parent 8935e71 commit c89fd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ allprojects {
.responseListener(this)
// .setTimeToLive(30) // 0 to 2,419,200 seconds (4 weeks)
// .setDryRun(false) //test a request without actually sending a message.
.setData(new JSONObject())
.setData(data)
.build();
fcmSender.sendPush(this);
```
Expand Down

0 comments on commit c89fd1f

Please sign in to comment.