Skip to content

Commit

Permalink
update track for android
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Jul 17, 2024
1 parent 3272033 commit 143fcf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs: #here we specify the jobs - We could have multiple jobs
serviceAccountJsonPlainText: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
packageName: com.ecency.waves
releaseFiles: "build/app/outputs/bundle/release/app-release.aab"
track: internal
track: qa


build-ios:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ app.*.map.json
/android/app/profile
/android/app/release
/android/app/upload.keystore
/android/key.properties
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+13
version: 1.0.0+14

environment:
sdk: '>=3.3.2 <4.0.0'
Expand Down

0 comments on commit 143fcf0

Please sign in to comment.