Skip to content

Commit

Permalink
Merge pull request #15 from mahdikhashan/fix-ci-issue
Browse files Browse the repository at this point in the history
ci: change app name label
  • Loading branch information
mahdikhashan authored Dec 25, 2023
2 parents 216bfd7 + 1d716fd commit 3961691
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

env:
APP_NAME: 'Bouddica Client'
APP_NAME: 'Bouddica'

steps:
- uses: actions/checkout@v3
Expand Down
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">Bouddica Client</string>
<string name="app_name">Bouddica</string>
</resources>
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ dependencyResolutionManagement {
}
}

rootProject.name = "Bouddica Client"
rootProject.name = "Bouddica"
include(":app")

0 comments on commit 3961691

Please sign in to comment.