Skip to content

Commit

Permalink
Project - android config | set the proper app id
Browse files Browse the repository at this point in the history
  • Loading branch information
bricefriha committed Jan 8, 2025
1 parent 99ad9d3 commit 2637d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
build-config: 'Release'
build-version: ${{ needs.vars.outputs.buildVersion }}
deploy-type: ${{ needs.vars.outputs.deploy-type }}
package-name: 'com.aresnews.app'
package-name: 'com.bricefriha.aresgaming'
secrets:
keystore: ${{ secrets.PLAY_KEYSTORE }}
keystore-alias: ${{ secrets.PLAY_KEYSTORE_ALIAS }}
Expand Down
2 changes: 1 addition & 1 deletion App/GamHubApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ApplicationTitle>GamHub - Gaming News</ApplicationTitle>

<!-- App Identifier -->
<ApplicationId>com.aresnews.app</ApplicationId>
<ApplicationId>com.bricefriha.aresgaming</ApplicationId>
<ApplicationIdGuid>6a6f8915-c047-4cee-aa8b-b399290b71f4</ApplicationIdGuid>

<!-- Versions -->
Expand Down

0 comments on commit 2637d51

Please sign in to comment.