Skip to content

Commit

Permalink
change app name from "Apps" to "App Store"
Browse files Browse the repository at this point in the history
  • Loading branch information
muhomorr authored and thestinger committed Jul 18, 2024
1 parent 5f306e5 commit dad549e
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,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Apps</string>
<string name="app_name">App Store</string>

<string name="pkg_status_disabled">Disabled</string>
<string name="pkg_status_update_available">Update available (%1$s)</string>
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencyResolutionManagement {
mavenCentral()
}
}
rootProject.name = "Apps"
rootProject.name = "AppStore"
include(":app")

0 comments on commit dad549e

Please sign in to comment.