Skip to content

Commit

Permalink
build: update Android release name
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Jul 2, 2024
1 parent 6415659 commit 49b0984
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-shared-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.ANDROID_SERVICE_ACCOUNT_JSON_TEXT }}
releaseName: Terraso LandPKS
releaseName: 'LandPKS Soil ID'
packageName: org.terraso.landpks
releaseFiles: ./dev-client/android/app/build/outputs/bundle/release/*.aab
track: internal
Expand Down
4 changes: 2 additions & 2 deletions dev-client/package-lock.json

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

4 changes: 2 additions & 2 deletions dev-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Terraso LandPKS",
"version": "0.0.1",
"name": "LandPKS Soil ID",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "expo run:android",
Expand Down

0 comments on commit 49b0984

Please sign in to comment.