Skip to content

Commit

Permalink
Change app name to FCM Specific Notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
ariefzuhri committed Dec 29, 2021
1 parent 73301f4 commit 04f72c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">MySpecificNotification</string>
<string name="app_name">FCM Specific Notifications</string>
<string name="hint_uid">Enter the recipient\'s UID</string>
<string name="send_notification">Send notification</string>
<string name="logout">Logout</string>
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rootProject.name = "MySpecificNotification"
rootProject.name = "FCM Specific Notifications"
include ':app'

0 comments on commit 04f72c4

Please sign in to comment.