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

Commit

Permalink
Update application display name
Browse files Browse the repository at this point in the history
  • Loading branch information
private-yusuke committed Feb 28, 2021
1 parent b00f4a7 commit 28c8899
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">My Application</string>
<string name="app_name">EWS Parser</string>
</resources>
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include ':app'
rootProject.name = "My Application"
rootProject.name = "EWS Parser"

0 comments on commit 28c8899

Please sign in to comment.